worker: raise worker version number
This commit is contained in:
parent
f6baac3628
commit
9b51f7f4fb
@ -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 = 1
|
Version = 2
|
||||||
|
|
||||||
// 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