Turn integers into strings for now
This commit is contained in:
parent
76d60b87dd
commit
5303612854
@ -99,10 +99,10 @@ end
|
|||||||
# Number of connections that, when exceeded, will trigger a connection GC
|
# Number of connections that, when exceeded, will trigger a connection GC
|
||||||
# operation
|
# operation
|
||||||
ipfs_config 'Swarm.ConnMgr.HighWater' do
|
ipfs_config 'Swarm.ConnMgr.HighWater' do
|
||||||
value 10
|
value '10'
|
||||||
end
|
end
|
||||||
|
|
||||||
# Minimum number of connections to maintain
|
# Minimum number of connections to maintain
|
||||||
ipfs_config 'Swarm.ConnMgr.LowWater' do
|
ipfs_config 'Swarm.ConnMgr.LowWater' do
|
||||||
value 1
|
value '1'
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user