• Geoff Simmons's avatar
    Add the maxSyncRetries CLI option. · 540a36ce
    Geoff Simmons authored
    $ vikingctrl --help
    [...]
      -maxSyncRetries uint
        	maximum number of retires for cluster synchronizations
        	that fail due to recoverable errors, or because
        	necessary information is missing. 0 for unlimited
        	retries (default 0)
    [...]
    
    IOW set a maximum number of re-queues for SyncIncomplete and
    SyncRecoverable type failures. By default unlimited.
    
    While here, update some missing function parameter docs.
    540a36ce
Name
Last commit
Last update
..
apis Loading commit data...
client Loading commit data...
controller Loading commit data...
haproxy Loading commit data...
interfaces Loading commit data...
net Loading commit data...
update Loading commit data...
varnish Loading commit data...