mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
xmaker: adjust accountUpdater's ticker to 3 min
This commit is contained in:
parent
77b7b29739
commit
d36bbe5fb5
|
@ -962,7 +962,7 @@ func (s *Strategy) quoteWorker(ctx context.Context) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *Strategy) accountUpdater(ctx context.Context) {
|
func (s *Strategy) accountUpdater(ctx context.Context) {
|
||||||
ticker := time.NewTicker(1 * time.Minute)
|
ticker := time.NewTicker(3 * time.Minute)
|
||||||
defer ticker.Stop()
|
defer ticker.Stop()
|
||||||
for {
|
for {
|
||||||
select {
|
select {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user