forked from TrueCloudLab/neoneo-go
Merge pull request #1635 from nspcc-dev/max_gas_invoke
config: update MaxGasInvoke
This commit is contained in:
commit
fb48bc3f91
8 changed files with 8 additions and 8 deletions
|
@ -50,7 +50,7 @@ ApplicationConfiguration:
|
||||||
MinPeers: 5
|
MinPeers: 5
|
||||||
RPC:
|
RPC:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
MaxGasInvoke: 10
|
MaxGasInvoke: 15
|
||||||
EnableCORSWorkaround: false
|
EnableCORSWorkaround: false
|
||||||
Port: 10332
|
Port: 10332
|
||||||
TLSConfig:
|
TLSConfig:
|
||||||
|
|
|
@ -46,7 +46,7 @@ ApplicationConfiguration:
|
||||||
MinPeers: 3
|
MinPeers: 3
|
||||||
RPC:
|
RPC:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
MaxGasInvoke: 10
|
MaxGasInvoke: 15
|
||||||
EnableCORSWorkaround: false
|
EnableCORSWorkaround: false
|
||||||
Port: 30336
|
Port: 30336
|
||||||
Prometheus:
|
Prometheus:
|
||||||
|
|
|
@ -46,7 +46,7 @@ ApplicationConfiguration:
|
||||||
MinPeers: 3
|
MinPeers: 3
|
||||||
RPC:
|
RPC:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
MaxGasInvoke: 10
|
MaxGasInvoke: 15
|
||||||
EnableCORSWorkaround: false
|
EnableCORSWorkaround: false
|
||||||
Port: 30333
|
Port: 30333
|
||||||
Prometheus:
|
Prometheus:
|
||||||
|
|
|
@ -41,7 +41,7 @@ ApplicationConfiguration:
|
||||||
RPC:
|
RPC:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
EnableCORSWorkaround: false
|
EnableCORSWorkaround: false
|
||||||
MaxGasInvoke: 10
|
MaxGasInvoke: 15
|
||||||
Port: 30333
|
Port: 30333
|
||||||
Prometheus:
|
Prometheus:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
|
@ -46,7 +46,7 @@ ApplicationConfiguration:
|
||||||
MinPeers: 3
|
MinPeers: 3
|
||||||
RPC:
|
RPC:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
MaxGasInvoke: 10
|
MaxGasInvoke: 15
|
||||||
EnableCORSWorkaround: false
|
EnableCORSWorkaround: false
|
||||||
Port: 30335
|
Port: 30335
|
||||||
Prometheus:
|
Prometheus:
|
||||||
|
|
|
@ -46,7 +46,7 @@ ApplicationConfiguration:
|
||||||
MinPeers: 3
|
MinPeers: 3
|
||||||
RPC:
|
RPC:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
MaxGasInvoke: 10
|
MaxGasInvoke: 15
|
||||||
EnableCORSWorkaround: false
|
EnableCORSWorkaround: false
|
||||||
Port: 30334
|
Port: 30334
|
||||||
Prometheus:
|
Prometheus:
|
||||||
|
|
|
@ -46,7 +46,7 @@ ApplicationConfiguration:
|
||||||
MinPeers: 3
|
MinPeers: 3
|
||||||
RPC:
|
RPC:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
MaxGasInvoke: 10
|
MaxGasInvoke: 15
|
||||||
EnableCORSWorkaround: false
|
EnableCORSWorkaround: false
|
||||||
Port: 20331
|
Port: 20331
|
||||||
TLSConfig:
|
TLSConfig:
|
||||||
|
|
|
@ -50,7 +50,7 @@ ApplicationConfiguration:
|
||||||
MinPeers: 5
|
MinPeers: 5
|
||||||
RPC:
|
RPC:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
MaxGasInvoke: 10
|
MaxGasInvoke: 15
|
||||||
EnableCORSWorkaround: false
|
EnableCORSWorkaround: false
|
||||||
Port: 20332
|
Port: 20332
|
||||||
TLSConfig:
|
TLSConfig:
|
||||||
|
|
Loading…
Reference in a new issue