Release Notes
Public
5.4.16.779: Sep 25 2016
New
Server: Now it is possible to override the ACID isolation level setting for the configured database backend through server's db.conf config file.
To do that, edit the db.conf file and add an entry like this:
<IsolationLevel>RepeatableRead</IsolationLevel>
Possible values for isolation level are the following:
Chaos ReadCommitted ReadUncommitted RepeatableRead Serializable Snapshot
IMPORTANT REMARK: Plastic SCM server already sets the ACID level for the underlying database backend that best performs for each DDBB. We recommend not to touch this setting on your own. For further info, ask Plastic SCM support at "support@codicesoftware.com".