Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for replication_workers_wait (0.2 sec)

  1. internal/config/errors.go

    		"keyrotation_workers_wait should be > 0ms",
    	)
    	ErrInvalidBatchReplicationWorkersWait = newErrFn(
    		"Invalid value for batch replication workers wait",
    		"Please input a non-negative duration",
    		"replication_workers_wait should be > 0ms",
    	)
    	ErrInvalidBatchExpirationWorkersWait = newErrFn(
    		"Invalid value for batch expiration workers wait",
    		"Please input a non-negative duration",
    		"expiration_workers_wait should be > 0ms",
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Mar 18 22:25:32 GMT 2024
    - 9.1K bytes
    - Viewed (0)
Back to top