Cronous Emulation Server Daemon

Database.ACCOUNTS_PER_CHARACTER_TABLE Field

Number of accounts that one character table will manage.

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

See Also

Database Class | croemud.database Namespace