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.
Updated by ronald - over 15 years ago
Fixed in r977.
To be closed when source:branches/mgr-121-lockrecovery is merged into trunk.
Updated by ronald - over 15 years ago
- Status changed from New to Closed
- Resolution set to fixed
Branch merged in r1098.