Skip to content

Commit

Permalink
increasing batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicfurqan committed Feb 13, 2020
1 parent 17be104 commit 2120129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Support/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Deifineing Variabled
FOLDER = "Data/"
CHUNK = 200
BATCH=200
BATCH=2000
MERGEFOLDER = "MERGE/"
VLOOKUPFOLDER = "VLOOKUP/"
# Clear Merory
Expand Down

0 comments on commit 2120129

Please sign in to comment.