Bug #125
Configured transaction timeout is overridden with hard-coded value
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
fixed
Description
The transaction timeout for use with database transactions is configurable in the Mulgara config file. However, the configured transaction timeout is overridden with a hard-coded value of one hour in the DatabaseSession constructor (DatabaseSession.java, line 238-239) :
<pre> The hard-coded value of one hour is not long enough for loading very large files.