Cronous Emulation Server Daemon

Database.ACCOUNTS_PER_PLAYER_TABLE Field

Number of accounts that one player table will manage.

[Visual Basic]
Public const ACCOUNTS_PER_PLAYER_TABLE As Integer = 4000
[C#]
public const int ACCOUNTS_PER_PLAYER_TABLE = 4000;
[C++]
public: const int ACCOUNTS_PER_PLAYER_TABLE = 4000;
[JScript]
public const var ACCOUNTS_PER_PLAYER_TABLE: int = 4000;

See Also

Database Class | croemud.database Namespace