diff --git a/worker/worker.go b/worker/worker.go index 07d43f57fb..9bc67d0ba8 100644 --- a/worker/worker.go +++ b/worker/worker.go @@ -28,7 +28,7 @@ import ( const ( // Version (integer) represents the worker version. // Increased each time the engine changes. - Version = 1 + Version = 2 // maxFileSize is the maximum size of a single file we should extract. maxFileSize = 200 * 1024 * 1024 // 200 MiB