tst: winfsp-tests: enable slowio

This commit is contained in:
Bill Zissimopoulos 2017-11-02 17:36:52 -07:00
parent 5a44e5c04a
commit fa4651b3ce
No known key found for this signature in database
GPG Key ID: 3D4F95D52C7B3EA3

View File

@ -42,7 +42,7 @@ void *memfs_start_ex(ULONG Flags, ULONG FileInfoTimeout)
1024 * 1024, 1024 * 1024,
50, /*SlowioMaxDelay*/ 50, /*SlowioMaxDelay*/
10, /*SlowioPercentDelay*/ 10, /*SlowioPercentDelay*/
0, /*SlowioRarefyDelay*/ 5, /*SlowioRarefyDelay*/
0, 0,
MemfsNet == Flags ? L"\\memfs\\share" : 0, MemfsNet == Flags ? L"\\memfs\\share" : 0,
0, 0,