mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-01-21 08:49:45 +00:00
One more attempt to fix freeze.
This commit is contained in:
parent
2bc3932ae2
commit
de7fb4ad49
@ -20,11 +20,11 @@ const
|
||||
FilesTestName = "tests/teststream.nim"
|
||||
when sizeof(int) == 8:
|
||||
const
|
||||
BigMessageCount = 1000
|
||||
ClientsCount = 100
|
||||
BigMessageCount = 500
|
||||
ClientsCount = 50
|
||||
MessagesCount = 100
|
||||
MessageSize = 20
|
||||
FilesCount = 100
|
||||
FilesCount = 50
|
||||
elif sizeof(int) == 4:
|
||||
const
|
||||
BigMessageCount = 200
|
||||
|
Loading…
x
Reference in New Issue
Block a user