We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74dec52 + 55f888c commit eb305f0Copy full SHA for eb305f0
2 files changed
extensions/business/deeploy/deeploy_manager_api.py
@@ -39,7 +39,7 @@
39
'SUPRESS_LOGS_AFTER_INTERVAL' : 300,
40
'WARMUP_DELAY' : 300,
41
'PIPELINES_CHECK_DELAY' : 300,
42
- 'MIN_ETH_BALANCE' : 0.00005,
+ 'MIN_ETH_BALANCE' : 0.0003,
43
44
'REQUESTS_CSTORE_HKEY': 'DEEPLOY_REQUESTS',
45
'REQUESTS_LOG_INTERVAL' : 5 * 60,
ver.py
@@ -1 +1 @@
1
-__VER__ = '2.10.70'
+__VER__ = '2.10.80'
0 commit comments