Skip to content

Commit

Permalink
Add default-account config
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoxaAntoxic committed Jan 7, 2025
1 parent 486bf69 commit 7b9fdd4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,17 @@ settings:
"enabled": false,
"timeout-ms": 5000,
"max-rules": 0,
"max-schema-dims": 5,
"max-file-size-kb": 200,
"max-age-sec": 86400,
"period-sec": 3600
},
"enforce-floors-rate": 100,
"adjust-for-bid-adjustment": true,
"enforce-deal-floors": true,
"use-dynamic-data": true
"use-dynamic-data": true,
"max-rules": 100,
"max-schema-dims": 3
}
}
}
Expand Down

0 comments on commit 7b9fdd4

Please sign in to comment.