Skip to content

Commit

Permalink
update default text_output timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
breeg554 committed Dec 10, 2024
1 parent 3918b50 commit d7bda60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/lib/buildel/blocks/text_output.ex
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ defmodule Buildel.Blocks.TextOutput do
"description" =>
"Wait this many milliseconds after receiving the last chunk before stopping the stream.",
"minimum" => 500,
"default" => 500,
"default" => 5000,
"step" => 1
},
jq_filter:
Expand Down

0 comments on commit d7bda60

Please sign in to comment.