--auth-domain-repo-pool

Default value: tigase.db.AuthRepositoryMDImpl

Example: --auth-domain-repo-pool = tigase.db.AuthRepositoryMDImpl

Possible values: 'class implementing AuthRepository.'

Description: Allows to specify an implementation for per-domain AuthRepository implementation. This is used only if the implementation provided by a default Tigase server package is not sufficient in the particular deployment. The implementation provides a DB (AuthRepository to be more specific) connection pool where each connection (AuthRepository) handles data for a different DNS domain (VHost). This allows for database (user data) sharing to improve the system performance and better balance the load.

Available since: 5.1.0