refactor: update totalRows and chunkSize constants for improved performance
This commit is contained in:
@@ -13,8 +13,8 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// totalRows int = 1_000_000
|
// totalRows int = 1_000_000
|
||||||
totalRows int = 10_000
|
totalRows int = 5000
|
||||||
chunkSize int = 50_000
|
chunkSize int = 500
|
||||||
queueSize int = 4
|
queueSize int = 4
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user