internal

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RepoInfo            string        = "repoinfo"
	ChunksDir           string        = "chunks"
	BackupsDir          string        = "backups"
	LocksDir            string        = "locks"
	LocksControlDir     string        = "locks/control"
	LockFile            string        = "locks/lock"
	LockControlTimeout  time.Duration = time.Second * 30
	LockTimeout         time.Duration = time.Minute * 2
	LockRefreshInterval time.Duration = time.Second * 30
	MaxBlobSize         int64         = 128 << 20
	ChunkSize           int64         = 4 << 10
	IOBufferSize        int           = 128 << 10
	S3PartSize          int64         = 8 << 20
	S3ReaderBufferSize  int           = 8 << 20
)

Variables

View Source
var (
	RepositoryHeader = []byte{0xFE, 0xED, 0xFA, 0xCE, 0xCA, 0xFE, 0xBE, 0xEF}
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL