mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Chore: increate fs write worker threshold
This commit is contained in:
@@ -79,7 +79,7 @@ export abstract class BaseWriteStrategy {
|
||||
return;
|
||||
}
|
||||
|
||||
if (this.result.length > 1000) {
|
||||
if (this.result.length > 3000) {
|
||||
return compareAndWriteFileInWorker(
|
||||
span,
|
||||
this.withPadding(
|
||||
|
||||
Reference in New Issue
Block a user