Skip to content

Commit

Permalink
2 uploads, 4 deletes for webdav performance test
Browse files Browse the repository at this point in the history
  • Loading branch information
sunetfreitag committed Feb 10, 2025
1 parent 2042dd0 commit c09c71a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_webdav_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ def test_logger(self):
def test_basic_performance(self):
global logger, g_testThreadsRunning, g_davPerformanceResults
numFiles = 100
maxUploads = 4
maxDeletes = 8
maxUploads = 2
maxDeletes = 4
drv = sunetnextcloud.TestTarget()
for fullnode in drv.fullnodes:
with self.subTest(mynode=fullnode):
Expand Down

0 comments on commit c09c71a

Please # to comment.