windows: don't set WT_EXECUTELONGFUNCTION for fs operations
This commit is contained in:
parent
14ffaa668d
commit
da59427c66
@ -56,7 +56,7 @@
|
||||
#define QUEUE_FS_TP_JOB(loop, req) \
|
||||
if (!QueueUserWorkItem(&uv_fs_thread_proc, \
|
||||
req, \
|
||||
WT_EXECUTELONGFUNCTION)) { \
|
||||
WT_EXECUTEDEFAULT)) { \
|
||||
uv__set_sys_error((loop), GetLastError()); \
|
||||
return -1; \
|
||||
} \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user