mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
tst: winfsp-tests: enable slowiio
This commit is contained in:
parent
b672312c79
commit
68122b5c68
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user