Merge branch 'jdshop' of e.coding.net:rosydev/jx-callback into jdshop
This commit is contained in:
@@ -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(2000, 2000)
|
routinePool = routinepool.New(3000, 3000)
|
||||||
|
|
||||||
// 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
|
||||||
|
|||||||
Reference in New Issue
Block a user