Skip to content

Commit

Permalink
worker: raise worker version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-M authored and jzelinskie committed Feb 24, 2016
1 parent f6baac3 commit 9b51f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b51f7f

Please sign in to comment.