Merge pull request #287 from jzelinskie/enginebump

worker: bump engine version
This commit is contained in:
Jimmy Zelinskie 2016-12-19 15:42:23 -05:00 committed by GitHub
commit 7d0f29b28f

View File

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