Skip to content

Commit dde6abb

Browse files
authored
Change C_SERVER_SYNC_INTERVAL from 500 to 100
Fix problem with sleeping server processes
1 parent 49c93a8 commit dde6abb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/package/lilam.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ AS
1111
---------------------------------------------------------------
1212

1313
-- Dedicated to SERVER_LOOP
14-
C_SERVER_SYNC_INTERVAL CONSTANT PLS_INTEGER := 500;
14+
C_SERVER_SYNC_INTERVAL CONSTANT PLS_INTEGER := 100;
1515
C_SERVER_HEARTBEAT_INTERVAL CONSTANT PLS_INTEGER := 60000;
1616
C_SERVER_MAX_LOOPS_IN_TIME CONSTANT PLS_INTEGER := 10000; -- 1000
1717
C_SERVER_TIMEOUT_WAIT_FOR_MSG CONSTANT NUMBER := 0.2; -- Timeout nach Sekunden Warten auf Nachricht

0 commit comments

Comments
 (0)