Index: filter/dscache/dscache.go |
diff --git a/filter/dscache/dscache.go b/filter/dscache/dscache.go |
index 28f99d878dc6fdb92e96cf263124649748b3e8e2..4bfe6ba7270b1c8cd310ec9e9e35002fcef084aa 100644 |
--- a/filter/dscache/dscache.go |
+++ b/filter/dscache/dscache.go |
@@ -83,8 +83,8 @@ const ( |
// expiration time (in seconds) for an entity type. |
CacheExpirationMeta = "dscache.expiration" |
- // NonceUint32s is the number of 32 bit uints to use in the 'lock' nonce. |
- NonceUint32s = 2 |
+ // NonceBytes is the number of bytes to use in the 'lock' nonce. |
+ NonceBytes = 8 |
// GlobalEnabledCheckInterval is how frequently IsGloballyEnabled should check |
// the globalEnabled datastore entry. |