mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
new image / file confirm / send codepath made by Task / TaskQueue, sending single file paste and image paste / drop with that new code
This commit is contained in:
@@ -1828,7 +1828,7 @@ namespace Local {
|
||||
if (!_started) {
|
||||
_started = true;
|
||||
_manager = new _local_inner::Manager();
|
||||
_localLoader = new TaskQueue(0, 5000);
|
||||
_localLoader = new TaskQueue(0, FileLoaderQueueStopTimeout);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user