Increase default statement/query timeout to 300 seconds.

This commit is contained in:
Heng Sin Low 2011-02-07 12:20:11 +08:00
parent e793134959
commit fa6cfacb25
1 changed files with 2 additions and 1 deletions

View File

@ -104,7 +104,8 @@ public abstract class PO
private static final String USE_TIMEOUT_FOR_UPDATE = "org.adempiere.po.useTimeoutForUpdate"; private static final String USE_TIMEOUT_FOR_UPDATE = "org.adempiere.po.useTimeoutForUpdate";
private static final int QUERY_TIME_OUT = 10; /** default timeout, 300 seconds **/
private static final int QUERY_TIME_OUT = 300;
/** /**
* Set Document Value Workflow Manager * Set Document Value Workflow Manager