Merge pull request #287 from jzelinskie/enginebump
worker: bump engine version
This commit is contained in:
commit
7d0f29b28f
@ -28,7 +28,7 @@ import (
|
|||||||
const (
|
const (
|
||||||
// Version (integer) represents the worker version.
|
// Version (integer) represents the worker version.
|
||||||
// Increased each time the engine changes.
|
// Increased each time the engine changes.
|
||||||
Version = 2
|
Version = 3
|
||||||
|
|
||||||
// maxFileSize is the maximum size of a single file we should extract.
|
// maxFileSize is the maximum size of a single file we should extract.
|
||||||
maxFileSize = 200 * 1024 * 1024 // 200 MiB
|
maxFileSize = 200 * 1024 * 1024 // 200 MiB
|
||||||
|
Loading…
Reference in New Issue
Block a user