Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Enable overwrite USE_COMBINED_START_CONTINUE with CONFIG=ci #211
  • Loading branch information
Semen Medvedev committed Sep 30, 2021
commit f2607c6cf231f1c4f3446b6caa546c81004d10df
2 changes: 1 addition & 1 deletion proxy/plugin/solana_rest_api_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
location_bin = ".deploy_contract.bin"
confirmation_check_delay = float(os.environ.get("NEON_CONFIRMATION_CHECK_DELAY", "0.1"))
neon_cli_timeout = float(os.environ.get("NEON_CLI_TIMEOUT", "0.1"))
USE_COMBINED_START_CONTINUE = os.environ.get("USE_COMBINED_START_CONTINUE")
USE_COMBINED_START_CONTINUE = os.environ.get("USE_COMBINED_START_CONTINUE", "YES") == "YES"
CONTINUE_COUNT_FACTOR = int(os.environ.get("CONTINUE_COUNT_FACTOR", "3"))

ACCOUNT_SEED_VERSION=b'\1'
Expand Down