fix xsrf and added nonce
This commit is contained in:
parent
6476ebc781
commit
809627b538
208 changed files with 7166 additions and 4278 deletions
7
vendor/go.etcd.io/bbolt/internal/common/bolt_amd64.go
generated
vendored
Normal file
7
vendor/go.etcd.io/bbolt/internal/common/bolt_amd64.go
generated
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package common
|
||||
|
||||
// MaxMapSize represents the largest mmap size supported by Bolt.
|
||||
const MaxMapSize = 0xFFFFFFFFFFFF // 256TB
|
||||
|
||||
// MaxAllocSize is the size used when creating array pointers.
|
||||
const MaxAllocSize = 0x7FFFFFFF
|
||||
Loading…
Add table
Add a link
Reference in a new issue