[skottie] Further increase internal upload limit

This will be followed up by metrics gathered about GCS usage.

Change-Id: Ib392ed9537276b45ac21a3f8c0660132472e9351
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/254576
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Kevin Lubick <kjlubick@google.com>
diff --git a/skottie/go/skottie/main.go b/skottie/go/skottie/main.go
index 97c93bd..da3b17a 100644
--- a/skottie/go/skottie/main.go
+++ b/skottie/go/skottie/main.go
@@ -40,8 +40,8 @@
 
 	MAX_FILENAME_SIZE = 5 * 1024
 	MAX_JSON_SIZE     = 10 * 1024 * 1024
-	MAX_ZIP_SIZE      = 100 * 1024 * 1024
-	MAX_ZIP_FILES     = 1000
+	MAX_ZIP_SIZE      = 200 * 1024 * 1024
+	MAX_ZIP_FILES     = 5000
 )
 
 // flags