polling default config touchups
This commit is contained in:
@@ -3,7 +3,7 @@ rpc_url='http://alpharpc:8545'
|
|||||||
ws_url='ws://alpharpc:8545'
|
ws_url='ws://alpharpc:8545'
|
||||||
db_url='postgresql://dexorder:redroxed@postgres/dexorder'
|
db_url='postgresql://dexorder:redroxed@postgres/dexorder'
|
||||||
redis_url='redis://redis:6379'
|
redis_url='redis://redis:6379'
|
||||||
#polling=1
|
polling=1
|
||||||
|
|
||||||
[deployments]
|
[deployments]
|
||||||
1337='alpha'
|
1337='alpha'
|
||||||
|
|||||||
@@ -2,6 +2,4 @@ account='test1'
|
|||||||
rpc_url='local'
|
rpc_url='local'
|
||||||
ws_url='local_ws'
|
ws_url='local_ws'
|
||||||
|
|
||||||
# additional configuration for hardhat
|
|
||||||
# polling=1 # Only for Hardhat. Do not use with Anvil!
|
|
||||||
polling=2 # Use if backend python sucks 100% CPU
|
polling=2 # Use if backend python sucks 100% CPU
|
||||||
|
|||||||
Reference in New Issue
Block a user