Skip to content

Commit

Permalink
Reduce estimate batch to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee authored Apr 19, 2024
1 parent 0254699 commit adc73b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gyb.py
Original file line number Diff line number Diff line change
Expand Up @@ -2776,7 +2776,7 @@ def main(argv):
# ESTIMATE #
elif options.action == 'estimate':
if options.batch_size == 0:
options.batch_size = 100
options.batch_size = 10
page_message = 'Got %%total_items%% Message IDs'
messages_to_process = callGAPIpages(gmail.users().messages(),
'list', items='messages', page_message=page_message,
Expand Down

0 comments on commit adc73b6

Please sign in to comment.