mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-25 03:53:14 -05:00
tst: winfsp-tests: enable slowiio
This commit is contained in:
@@ -35,11 +35,15 @@ void *memfs_start_ex(ULONG Flags, ULONG FileInfoTimeout)
|
|||||||
MEMFS *Memfs;
|
MEMFS *Memfs;
|
||||||
NTSTATUS Result;
|
NTSTATUS Result;
|
||||||
|
|
||||||
Result = MemfsCreate(
|
Result = MemfsCreateFunnel(
|
||||||
(OptCaseInsensitive ? MemfsCaseInsensitive : 0) | Flags,
|
(OptCaseInsensitive ? MemfsCaseInsensitive : 0) | Flags,
|
||||||
FileInfoTimeout,
|
FileInfoTimeout,
|
||||||
1024,
|
1024,
|
||||||
1024 * 1024,
|
1024 * 1024,
|
||||||
|
50, /*SlowioMaxDelay*/
|
||||||
|
10, /*SlowioPercentDelay*/
|
||||||
|
0, /*SlowioRarefyDelay*/
|
||||||
|
0,
|
||||||
MemfsNet == Flags ? L"\\memfs\\share" : 0,
|
MemfsNet == Flags ? L"\\memfs\\share" : 0,
|
||||||
0,
|
0,
|
||||||
&Memfs);
|
&Memfs);
|
||||||
|
Reference in New Issue
Block a user