Update fdbclient/DatabaseConfiguration.h

Co-Authored-By: Markus Pilman <markus@pilman.ch>
This commit is contained in:
Evan Tschannen 2019-10-16 14:55:02 -07:00 committed by GitHub
parent 15a94eea04
commit 1af44afad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
struct SatelliteInfo { struct SatelliteInfo {
Key dcId; Key dcId;
int32_t priority; int32_t priority;
int32_t satelliteDesiredTLogCount; int32_t satelliteDesiredTLogCount = -1;
SatelliteInfo() : priority(0), satelliteDesiredTLogCount(-1) {} SatelliteInfo() : priority(0), satelliteDesiredTLogCount(-1) {}