Skip to content

Commit

Permalink
Library - Set minimum pulling thread to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Liryna committed Feb 6, 2022
1 parent 2646391 commit fb8aee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dokan/dokan_pool.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#include "dokani.h"

#define DOKAN_PULL_EVENT_TIMEOUT_MS 100
#define DOKAN_MAIN_PULL_THREAD_COUNT 6
#define DOKAN_MAIN_PULL_THREAD_COUNT 4
#define BATCH_EVENT_CONTEXT_SIZE (EVENT_CONTEXT_MAX_SIZE * 4)
#define DOKAN_IO_BATCH_SIZE \
((SIZE_T)(FIELD_OFFSET(DOKAN_IO_BATCH, EventContext)) + \
Expand Down

0 comments on commit fb8aee0

Please sign in to comment.