mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-08 04:52:10 -05:00
Update memfs-main.c
This commit is contained in:
parent
9a3ac3c7a1
commit
76ff8232bc
@ -44,11 +44,9 @@ NTSTATUS SvcStart(FSP_SERVICE *Service, ULONG argc, PWSTR *argv)
|
|||||||
ULONG FileInfoTimeout = INFINITE;
|
ULONG FileInfoTimeout = INFINITE;
|
||||||
ULONG MaxFileNodes = 1024;
|
ULONG MaxFileNodes = 1024;
|
||||||
ULONG MaxFileSize = 16 * 1024 * 1024;
|
ULONG MaxFileSize = 16 * 1024 * 1024;
|
||||||
|
|
||||||
ULONG SlowioMaxDelay = 0; // From -M : maximum delay in milliseconds
|
ULONG SlowioMaxDelay = 0; // From -M : maximum delay in milliseconds
|
||||||
ULONG SlowioPercentDelay = 0; // From -D : percent of IO to slow down
|
ULONG SlowioPercentDelay = 0; // From -D : percent of IO to slow down
|
||||||
ULONG SlowioRarefyDelay = 12; // From -R : adjust the rarity of long delays
|
ULONG SlowioRarefyDelay = 0; // From -R : adjust the rarity of long delays
|
||||||
|
|
||||||
PWSTR FileSystemName = 0;
|
PWSTR FileSystemName = 0;
|
||||||
PWSTR MountPoint = 0;
|
PWSTR MountPoint = 0;
|
||||||
PWSTR VolumePrefix = 0;
|
PWSTR VolumePrefix = 0;
|
||||||
@ -144,11 +142,9 @@ NTSTATUS SvcStart(FSP_SERVICE *Service, ULONG argc, PWSTR *argv)
|
|||||||
FileInfoTimeout,
|
FileInfoTimeout,
|
||||||
MaxFileNodes,
|
MaxFileNodes,
|
||||||
MaxFileSize,
|
MaxFileSize,
|
||||||
|
|
||||||
SlowioMaxDelay,
|
SlowioMaxDelay,
|
||||||
SlowioPercentDelay,
|
SlowioPercentDelay,
|
||||||
SlowioRarefyDelay,
|
SlowioRarefyDelay,
|
||||||
|
|
||||||
FileSystemName,
|
FileSystemName,
|
||||||
VolumePrefix,
|
VolumePrefix,
|
||||||
RootSddl,
|
RootSddl,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user