From 180f89909e95591b1e721aed6bc4e60f09d2831b Mon Sep 17 00:00:00 2001 From: yuriy Date: Wed, 20 Sep 2023 23:18:26 -0400 Subject: [PATCH] increased each site's upload time from 1 hour to 3 hours before erroring out --- Freedomain Video Uploader.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Freedomain Video Uploader.ahk b/Freedomain Video Uploader.ahk index a2bdd06..89067c4 100644 --- a/Freedomain Video Uploader.ahk +++ b/Freedomain Video Uploader.ahk @@ -109,7 +109,7 @@ Number_of_loops_to_Check_Upload_status = 720 ; number of seconds to wait between loops when checking video upload status global Time_Between_Loops_Upload_Status -Time_Between_Loops_Upload_Status = 5000 +Time_Between_Loops_Upload_Status = 15000 ; ; loop Index number to check if video is stuck uploading global Array_Index_Num_of_Upload_StatusChecks