I am implementing the cross site state transfer. In order to have specify the timeout of
the state transfer and the chunk size to be sent in each transfer we are proposing changes
in XSD. Specifically suggesting to add the element stateTransfer with the attributes
timeout and chunkSize. Please let me know what you think of it.
<namedCache name="noTakeOffline">
<sites>
<backups>
<backup site="NYC" strategy="SYNC"
backupFailurePolicy="WARN" timeout="12003">
<stateTransfer timeout="30000"
chunkSize="40"/>
</backup>
</backups>
<backupFor/>
</sites>
</namedCache>
Thanks!
Hammad