Skip to content

Commit

Permalink
feat: preparation for 100+ more price pairs (#1732)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai authored Jul 5, 2024
1 parent a95bf34 commit c693d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/pkg/websocketfetcher/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (

const (
DefaultStoreInterval = 250 * time.Millisecond
DefaultBufferSize = 500
DefaultBufferSize = 3000
)

type AppConfig struct {
Expand Down

0 comments on commit c693d8a

Please sign in to comment.