It is currently not possible to change the transaction isolation level, even though every organisation has different requirements. For us, we're now getting bottle-necked by using REPEATABLE-READ instead of, for example, using READ-UNCOMMITED.
I'm not sure if this brings any problems when duplicating databases across multiple servers. If there's no problem here, this should definitely be added.