Skip to content

Commit

Permalink
double the bufferfor file notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
kjk committed Nov 3, 2023
1 parent 81cd22e commit e2b168d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/FileWatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ struct WatchedDir {
HANDLE hDir = nullptr;
bool startMonitoring = true;
OverlappedEx overlapped;
char buf[8 * 1024]{};
char buf[16 * 1024]{};
};

struct WatchedFile {
Expand Down

0 comments on commit e2b168d

Please sign in to comment.