Commit e2254056 authored by Alp Deniz Ogut's avatar Alp Deniz Ogut
Browse files

Relax picture requests

Showing with 1 addition and 1 deletion
+1 -1
...@@ -44,4 +44,4 @@ TIME_BETWEEN_REQUESTS = 0.5 ...@@ -44,4 +44,4 @@ TIME_BETWEEN_REQUESTS = 0.5
SERVICE_NAME = "whatsapp" SERVICE_NAME = "whatsapp"
BULK_ACTION_SIZE = 500 BULK_ACTION_SIZE = 500
FILE_UPLOAD_BATCH_SIZE = 10 FILE_UPLOAD_BATCH_SIZE = 10
PICTURE_REQUEST_INTERVAL = 0.8 PICTURE_REQUEST_INTERVAL = 1.0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment