This commit is contained in:
苏尹岚
2021-04-08 18:01:52 +08:00
parent 855ad3a265
commit a71f903e00

View File

@@ -71,7 +71,7 @@ func (l OrderSkuList) Swap(i, j int) {
func init() { func init() {
rand.Seed(time.Now().Unix()) rand.Seed(time.Now().Unix())
routinePool = routinepool.New(5000, 5000) routinePool = routinepool.New(1000, 1000)
// Go regex does not support lookarounds. // Go regex does not support lookarounds.
// https://stackoverflow.com/questions/38933898/error-parsing-regexp-invalid-or-unsupported-perl-syntax // https://stackoverflow.com/questions/38933898/error-parsing-regexp-invalid-or-unsupported-perl-syntax