/**
* Propagate auto recovery configuration to entities within engine. Recovery period is configured at
- * #anna::comm::Communicator::setRecoveryTime. All the client client-sessions created throught #createEntity,
- * will be created based on the engine auto-recovery value (enable by default). But you could access entities,
- * servers or client-sessions independently to change this behaviour.
+ * #anna::comm::Communicator::setRecoveryTime (5 seconds by default). All the client client-sessions
+ * created throught #createEntity, will be created based on the engine auto-recovery value (enabled
+ * by default).
+ * You could access entities, servers or client-sessions independently to use this method, but recovery
+ * time should be updated through communicator and will apply for new created connections.
*
* @param autoRecovery Auto recovery indicator. True by default.
*/