Ignore:
Timestamp:
Nov 25, 2016, 8:04:54 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/ctdb/server/ctdb_tunables.c

    r988 r989  
    4242        { "KeepaliveInterval",    5,  offsetof(struct ctdb_tunable_list, keepalive_interval), false },
    4343        { "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 },
    4545        { "RecoverInterval",      1,  offsetof(struct ctdb_tunable_list, recover_interval), false },
    4646        { "ElectionTimeout",      3,  offsetof(struct ctdb_tunable_list, election_timeout), false },
     
    9494        { "TDBMutexEnabled", 0, offsetof(struct ctdb_tunable_list, mutex_enabled), false },
    9595        { "LockProcessesPerDB", 200, offsetof(struct ctdb_tunable_list, lock_processes_per_db), false },
     96
    9697};
    9798
Note: See TracChangeset for help on using the changeset viewer.