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