From f8d3f996c7f813a0cc2ff52d918cbada657a9a76 Mon Sep 17 00:00:00 2001 From: Justin Hayes Date: Fri, 18 Aug 2023 12:42:04 -0400 Subject: [PATCH] Adjust timing --- synchronizer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synchronizer.py b/synchronizer.py index fdb69de..e736729 100644 --- a/synchronizer.py +++ b/synchronizer.py @@ -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: