route_delay
This commit is contained in:
parent
cfaa0c5e40
commit
d6cf52fc70
|
@ -153,6 +153,9 @@
|
||||||
%% Route shard
|
%% Route shard
|
||||||
{route_shard, true},
|
{route_shard, true},
|
||||||
|
|
||||||
|
%% Route delay, false | integer
|
||||||
|
{route_delay, false},
|
||||||
|
|
||||||
%% Route aging time(seconds)
|
%% Route aging time(seconds)
|
||||||
{route_aging, 10}
|
{route_aging, 10}
|
||||||
]},
|
]},
|
||||||
|
|
|
@ -145,6 +145,9 @@
|
||||||
%% Route shard
|
%% Route shard
|
||||||
{route_shard, true},
|
{route_shard, true},
|
||||||
|
|
||||||
|
%% Route delay, false | integer
|
||||||
|
{route_delay, false},
|
||||||
|
|
||||||
%% Route aging time(seconds)
|
%% Route aging time(seconds)
|
||||||
{route_aging, 10}
|
{route_aging, 10}
|
||||||
]},
|
]},
|
||||||
|
|
Loading…
Reference in New Issue