Skip to content

Commit

Permalink
Increased script download timeout for the Handy to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
FredTungsten committed Mar 16, 2024
1 parent 90d3aaf commit 3e87b81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ public void SetScript(string scriptTitle, IEnumerable<FunScriptAction> actions)
name = filename,// _scriptTitle,
url = scriptUrl,
size = (int)scriptSize,
timeout = 20000
timeout = 60000
});
}
else
Expand Down

0 comments on commit 3e87b81

Please sign in to comment.