Skip to content

Commit

Permalink
fix cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Oct 23, 2024
1 parent 12ccb48 commit 132d6bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/config-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ bbn:
poller:
param-polling-interval: 60s
expiry-checker-polling-interval: 10s
expired-delegations-limit: 100
queue:
queue_user: user # can be replaced by values in .env file
queue_password: password
Expand Down
1 change: 1 addition & 0 deletions config/config-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ bbn:
poller:
param-polling-interval: 10s
expiry-checker-polling-interval: 10s
expired-delegations-limit: 100
queue:
queue_user: user # can be replaced by values in .env file
queue_password: password
Expand Down
1 change: 1 addition & 0 deletions internal/db/model/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ type index struct {
var collections = map[string][]index{
FinalityProviderDetailsCollection: {{Indexes: map[string]int{}}},
BTCDelegationDetailsCollection: {{Indexes: map[string]int{}}},
TimeLockCollection: {{Indexes: map[string]int{}}},
GlobalParamsCollection: {{Indexes: map[string]int{}}},
}

Expand Down

0 comments on commit 132d6bd

Please sign in to comment.