Merge pull request #287 from jzelinskie/enginebump

worker: bump engine version
pull/289/head
Jimmy Zelinskie 8 years ago committed by GitHub
commit 7d0f29b28f

@ -28,7 +28,7 @@ import (
const (
// Version (integer) represents the worker version.
// Increased each time the engine changes.
Version = 2
Version = 3
// maxFileSize is the maximum size of a single file we should extract.
maxFileSize = 200 * 1024 * 1024 // 200 MiB

Loading…
Cancel
Save