Skip to content

Commit

Permalink
Uped Sample Limits
Browse files Browse the repository at this point in the history
  • Loading branch information
super3 committed Jul 28, 2015
1 parent 0843eba commit b809536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
my_address = "1CutsncbjcCtZKeRfvQ7bnYFVj28zeU6fo"
my_store_path = "C://Farm/"
my_shard_size = 1024*1024*128 # 128 MB
my_max_size = 1024*1024*640 # 640 MB
my_max_size = 1024*1024*1025 # 1 GB


class Builder:
Expand Down

0 comments on commit b809536

Please sign in to comment.