Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bfd3d66

Browse files
committed
Changed output_buffer initial timeout to 60 seconds.
1 parent 66ff760 commit bfd3d66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/core/output_buffers/ut_output_table_buffer.tpb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ create or replace type body ut_output_table_buffer is
8383
l_finished_flags ut_integer_list;
8484
l_already_waited_for number(10,2) := 0;
8585
l_finished boolean := false;
86-
lc_init_wait_sec constant naturaln := coalesce(a_initial_timeout, 15 ); -- 15 seconds
86+
lc_init_wait_sec constant naturaln := coalesce(a_initial_timeout, 60 ); -- 1 minute
8787
lc_max_wait_sec constant naturaln := coalesce(a_timeout_sec, 60 * 60 * 4); -- 4 hours
8888
l_wait_for integer := lc_init_wait_sec;
8989
lc_short_sleep_time constant number(1,1) := 0.1; --sleep for 100 ms between checks

0 commit comments

Comments
 (0)