OSDN Git Service

change the batch read number
authorpaladz <453256728@qq.com>
Tue, 5 Nov 2019 08:45:39 +0000 (16:45 +0800)
committerpaladz <453256728@qq.com>
Tue, 5 Nov 2019 08:45:39 +0000 (16:45 +0800)
application/mov/database/mov_store.go

index 856476b..9bbd756 100644 (file)
@@ -31,8 +31,8 @@ const (
        assetIDLen     = 32
        rateByteLen    = 8
 
-       tradePairsNum = 1024
-       ordersNum     = 4096
+       tradePairsNum = 32
+       ordersNum     = 128
 )
 
 var (