mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-09 06:22:57 +00:00
MIN not MAX
This commit is contained in:
committed by
Sasha Krassovsky
parent
4e1d16f311
commit
ce13281d54
@@ -35,7 +35,7 @@
|
||||
|
||||
#define PageStoreTrace DEBUG5
|
||||
|
||||
#define MAX_RECONNECT_INTERVAL_USEC 100
|
||||
#define MIN_RECONNECT_INTERVAL_USEC 100
|
||||
#define MAX_RECONNECT_INTERVAL_USEC 1000000
|
||||
|
||||
bool connected = false;
|
||||
|
||||
Reference in New Issue
Block a user