Skip to content

Commit 28338c9

Browse files
Change batch size from 1000 to 333
1 parent 4e80ba8 commit 28338c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/writer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ func writeBatchFiles(
288288
allV2ray []string, allClash []string, allClashNames []string,
289289
allSNIV2ray []string, allSNIClash []string, allSNIClashNames []string,
290290
) {
291-
const batchSize = 1000
291+
const batchSize = 333
292292

293293
rng := rand.New(rand.NewSource(time.Now().UnixNano()))
294294

0 commit comments

Comments
 (0)