Skip to content

Commit

Permalink
Adjust timing
Browse files Browse the repository at this point in the history
  • Loading branch information
justinh-rahb committed Aug 18, 2023
1 parent 3f1d71a commit f8d3f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synchronizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def process_contacts_chunk(chunk, tags_mapping):
else:
create_contact_in_cc(contact, access_token, tags_mapping)

time.sleep(0.5) # Introduce a 2-second delay after processing each contact
time.sleep(0.3) # Introduce a 2-second delay after processing each contact

def synchronize_contacts():
try:
Expand Down

0 comments on commit f8d3f99

Please sign in to comment.