You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature request can skip this form. Bug report must complete it. Check List must be 100% match or it will be automatically closed without further discussion. Please remove this line.
My issue is valid with mirror default sample and not specific to my user-mode driver implementation
I can always reproduce the issue with the provided description below.
I have updated Dokany to the latest version and have reboot my computer after.
I tested one of the last snapshot from appveyor CI
Description
It would be nice if DOKAN_CHECK_INTERVAL could be set. Currently, it seems to be set to 5 seconds internally, but I wish it was supported so that it can be set through DokanOption. Even if the current DokanOption timeout value is reduced to 1 second, this value is applied to 5 seconds because DOKAN_CHECK_INTERVAL is 5 seconds. To improve responsiveness, it would be nice to be able to set this value by user.
This issue is related to the following issue: #1058 (comment)
Logs
Please attach in separate files: mirror output, library logs and kernel logs.
In case of BSOD, please attach minidump or dump analyze output.
The text was updated successfully, but these errors were encountered:
if (eventStart->IrpTimeout<DOKAN_IRP_PENDING_TIMEOUT) {
eventStart->IrpTimeout=DOKAN_IRP_PENDING_TIMEOUT;
}
dcb->IrpTimeout=eventStart->IrpTimeout;
}
I see why you made the request because the create being canceled should not have to wait at all to be canceled and can be handled differently #1058 (comment)
Let me know if that's incorrect and will reopen this.
Feature request can skip this form. Bug report must complete it.
Check List
must be 100% match or it will be automatically closed without further discussion. Please remove this line.Environment
Check List
Description
It would be nice if DOKAN_CHECK_INTERVAL could be set. Currently, it seems to be set to 5 seconds internally, but I wish it was supported so that it can be set through DokanOption. Even if the current DokanOption timeout value is reduced to 1 second, this value is applied to 5 seconds because DOKAN_CHECK_INTERVAL is 5 seconds. To improve responsiveness, it would be nice to be able to set this value by user.
This issue is related to the following issue:
#1058 (comment)
Logs
Please attach in separate files: mirror output, library logs and kernel logs.
In case of BSOD, please attach minidump or dump analyze output.
The text was updated successfully, but these errors were encountered: