mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-10 05:36:22 +08:00
reduce size of clipboard buffer. fixes #15
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
static const size_t g_chunkSize = 512 * 1024; //512kb
|
||||
static const size_t g_chunkSize = 32 * 1024; //32kb
|
||||
|
||||
bool StreamChunker::s_isChunkingFile = false;
|
||||
bool StreamChunker::s_interruptFile = false;
|
||||
|
||||
Reference in New Issue
Block a user