mirror of
https://github.com/restic/restic.git
synced 2026-09-21 19:48:30 +00:00
repository: remove a few global variables
This commit is contained in:
@@ -47,7 +47,7 @@ type Key struct {
|
||||
// calibrated on the first run of AddKey().
|
||||
var Params *crypto.Params
|
||||
|
||||
var (
|
||||
const (
|
||||
// KDFTimeout specifies the maximum runtime for the KDF.
|
||||
KDFTimeout = 500 * time.Millisecond
|
||||
|
||||
|
||||
Reference in New Issue
Block a user