Skip to content

Commit

Permalink
chore: improve default config values (#25)
Browse files Browse the repository at this point in the history
* chore: improve default config values

* ci: fix dependabot
  • Loading branch information
artemijspavlovs authored Jul 2, 2024
1 parent 81a14a7 commit 53a956f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,3 @@ updates:
directory: "/"
schedule:
interval: daily
- package-ecosystem: GitHub-actions
directory: "/"
schedule:
interval: daily
6 changes: 3 additions & 3 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ const (

botNamePrefix = "bot-"
defaultWhaleAccountName = "client"
defaultBotTopUpFactor = 2
defaultNumberOfBots = 1
defaultBotTopUpFactor = 5
defaultNumberOfBots = 30
newOrderBufferSize = 100
defaultMaxOrdersPerTx = 1
defaultMaxOrdersPerTx = 10
defaultOrderRefreshInterval = 30 * time.Second
)

Expand Down

0 comments on commit 53a956f

Please sign in to comment.