worker: raise worker version number

This commit is contained in:
Quentin Machu 2016-02-02 13:49:53 -05:00 committed by Jimmy Zelinskie
parent f6baac3628
commit 9b51f7f4fb

View File

@ -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