Changeset 989 for vendor/current/ctdb/server/ctdb_tunables.c
- Timestamp:
- Nov 25, 2016, 8:04:54 PM (9 years ago)
- File:
-
- 1 edited
-
vendor/current/ctdb/server/ctdb_tunables.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/ctdb/server/ctdb_tunables.c
r988 r989 42 42 { "KeepaliveInterval", 5, offsetof(struct ctdb_tunable_list, keepalive_interval), false }, 43 43 { "KeepaliveLimit", 5, offsetof(struct ctdb_tunable_list, keepalive_limit), false }, 44 { "RecoverTimeout", 120, offsetof(struct ctdb_tunable_list, recover_timeout), false },44 { "RecoverTimeout", 0, offsetof(struct ctdb_tunable_list, recover_timeout), false }, 45 45 { "RecoverInterval", 1, offsetof(struct ctdb_tunable_list, recover_interval), false }, 46 46 { "ElectionTimeout", 3, offsetof(struct ctdb_tunable_list, election_timeout), false }, … … 94 94 { "TDBMutexEnabled", 0, offsetof(struct ctdb_tunable_list, mutex_enabled), false }, 95 95 { "LockProcessesPerDB", 200, offsetof(struct ctdb_tunable_list, lock_processes_per_db), false }, 96 96 97 }; 97 98
Note:
See TracChangeset
for help on using the changeset viewer.
