Skip to content

Commit f753569

Browse files
authored
Fix wait loop duration in download handling
Updated the wait loop duration from 600ms to 5000ms for handled downloads.
1 parent 70b8f78 commit f753569

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ Fired when a download is starting. Provides a robust argument object for decisio
665665
*Args properties:
666666
Uri (string): The target URL of the download.
667667
ResultFilePath (string): Get/Set the target file path.
668-
Handled (bool): Set to True to indicate AutoIt has handled the UI/Decision (stops the 600ms wait loop).
668+
Handled (bool): Set to True to indicate AutoIt has handled the UI/Decision (stops the 5000ms wait loop).
669669
Cancel (bool): Set to True to cancel the download immediately.
670670
MimeType (string): The MIME type of the content (e.g., "application/pdf").
671671
ContentDisposition (string): The Content-Disposition header from the server.

0 commit comments

Comments
 (0)