Skip to content

Commit f85a725

Browse files
authored
Document Wait for Local Signal's 30 second max (#406)
1 parent 6396057 commit f85a725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streamerbot/3.api/1.sub-actions/core/signals/wait-for-local-signal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ parameters:
1414
- name: Timeout
1515
type: Int
1616
required: false
17-
description: Time in milliseconds until the action times out. If left blank, it will default to 30000 ms. If no signal has been received in that time, the sub-action will abort.
17+
description: Time in milliseconds until the action times out. If left blank, or set to higher than 30000ms, it will default to 30000 ms. If no signal has been received in that time, the sub-action will abort.
1818
variables:
1919
- name: signalTimeout
2020
type: boolean

0 commit comments

Comments
 (0)