Chapter 59. --user-domain-repo-pool

Default value: tigase.db.UserRepositoryMDImpl

Example: --user-domain-repo-pool = tigase.db.UserRepositoryMDImpl

Possible values: 'Name of class implementing UserRepository.'

Description: This property allows you to specify an implementation for per-domain UserRepository 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 (UserRepository to be more specific) connection pool where each connection (UserRepository) handles data for a different DNS domain (VHost). This allows for database (user data) sharing to improve the system performance and better balance the resource load.

Available since: 5.1.0