Skip to content

Commit fb8aee0

Browse files
committed
Library - Set minimum pulling thread to 4
1 parent 2646391 commit fb8aee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dokan/dokan_pool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
2525
#include "dokani.h"
2626

2727
#define DOKAN_PULL_EVENT_TIMEOUT_MS 100
28-
#define DOKAN_MAIN_PULL_THREAD_COUNT 6
28+
#define DOKAN_MAIN_PULL_THREAD_COUNT 4
2929
#define BATCH_EVENT_CONTEXT_SIZE (EVENT_CONTEXT_MAX_SIZE * 4)
3030
#define DOKAN_IO_BATCH_SIZE \
3131
((SIZE_T)(FIELD_OFFSET(DOKAN_IO_BATCH, EventContext)) + \

0 commit comments

Comments
 (0)