Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ff760 commit bfd3d66Copy full SHA for bfd3d66
1 file changed
source/core/output_buffers/ut_output_table_buffer.tpb
@@ -83,7 +83,7 @@ create or replace type body ut_output_table_buffer is
83
l_finished_flags ut_integer_list;
84
l_already_waited_for number(10,2) := 0;
85
l_finished boolean := false;
86
- lc_init_wait_sec constant naturaln := coalesce(a_initial_timeout, 15 ); -- 15 seconds
+ lc_init_wait_sec constant naturaln := coalesce(a_initial_timeout, 60 ); -- 1 minute
87
lc_max_wait_sec constant naturaln := coalesce(a_timeout_sec, 60 * 60 * 4); -- 4 hours
88
l_wait_for integer := lc_init_wait_sec;
89
lc_short_sleep_time constant number(1,1) := 0.1; --sleep for 100 ms between checks
0 commit comments