Skip to content

Commit

Permalink
add expected mech response time to pearl config
Browse files Browse the repository at this point in the history
  • Loading branch information
annasambrook committed Dec 2, 2024
1 parent 68bb496 commit 6c12cd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"skill/valory/check_stop_trading_abci/0.1.0": "bafybeib75qrimmvensqmskdp5kzki5ijjwolqk2ojekeommakaf64mzn54",
"agent/valory/trader/0.1.0": "bafybeihz2gexanrkuh5kjrrpcbvi2bar544d3wemalgysvhezh2h3fqisa",
"service/valory/trader/0.1.0": "bafybeibuhmrj7ish3kva5hsuxncujaccogx76u52hy26oondkgxh6uhxq4",
"service/valory/trader_pearl/0.1.0": "bafybeidpetdim4l2ckuipmnehhbqab4mxgwkqdeywm6jxuxxfpmmwqq6ke"
"service/valory/trader_pearl/0.1.0": "bafybeiccj7netlsoqi4gns2c66ggpojkfmxjs3rrzk2kduphaexz6xtnha"
},
"third_party": {
"protocol/open_aea/signing/1.0.0": "bafybeihv62fim3wl2bayavfcg3u5e5cxu3b7brtu4cn5xoxd6lqwachasi",
Expand Down
1 change: 1 addition & 0 deletions packages/valory/services/trader_pearl/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ models:
requester_staking_instance_address: ${REQUESTER_STAKING_INSTANCE_ADDRESS:str:0x0000000000000000000000000000000000000000}
response_timeout: ${RESPONSE_TIMEOUT:int:300}
policy_store_update_offset: ${POLICY_STORE_UPDATE_OFFSET:int:259200}
expected_mech_response_time: ${EXPECTED_MECH_RESPONSE_TIME:int:300}
benchmark_tool:
args:
log_dir: /benchmarks
Expand Down

0 comments on commit 6c12cd9

Please sign in to comment.