LBANK: Fix undocumented kline limit adjustment (#642)

This commit is contained in:
Adrian Gallagher
2021-03-08 10:02:54 +11:00
committed by GitHub
parent 0520f6beaa
commit 7f5049f856

View File

@@ -102,7 +102,7 @@ func (l *Lbank) SetDefaults() {
kline.OneDay.Word(): true,
kline.OneWeek.Word(): true,
},
ResultLimit: 2880,
ResultLimit: 2000,
},
},
}