Commit fb0b086
committed
router: fix missing constant declaration
Router for tarantool 1.9 used a not declared variable
DISCOVERY_INTERVAL. It was replaced with a new set of DISCOVERY_*
variables for >= 1.10 in 3c16527
("router: make discovery smoother in a big cluster").
The patch makes it use DISCOVERY_IDLE_INTERVAL. Because in 1.9
discovery is not stepwise.
Closes #2501 parent 57492fa commit fb0b086
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
399 | | - | |
| 399 | + | |
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
| |||
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
420 | | - | |
| 420 | + | |
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
| |||
0 commit comments