- maxDataSizeDontOutput = 50 * 1024 (from 200 * 1024)

This commit is contained in:
gazebo
2019-01-24 10:59:17 +08:00
parent 227d37bf3a
commit 15b9c45598

View File

@@ -59,7 +59,7 @@ const (
) )
const ( const (
maxDataSizeDontOutput = 200 * 1024 maxDataSizeDontOutput = 50 * 1024
) )
// common api access error // common api access error