mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-20 15:23:50 +02:00
change table limit text
This commit is contained in:
@@ -34,11 +34,12 @@ const branches = {
|
||||
|
||||
const TABLE_MAX_SIZE_MIN = 100;
|
||||
const TABLE_MAX_SIZE_MAX = 10000;
|
||||
const SEARCH_LIMIT_MIN = 1000;
|
||||
|
||||
const SEARCH_LIMIT_MIN = 10000;
|
||||
const SEARCH_LIMIT_MAX = 100000;
|
||||
|
||||
const DEFAULT_MAX_TABLE_SIZE = 500;
|
||||
const DEFAULT_SEARCH_LIMIT = 10000;
|
||||
const LEGACY_MAX_TABLE_SIZE_DEFAULT = 1000;
|
||||
const DEFAULT_SEARCH_LIMIT = 50000;
|
||||
|
||||
export {
|
||||
VRChatScreenshotResolutions,
|
||||
@@ -49,6 +50,5 @@ export {
|
||||
SEARCH_LIMIT_MIN,
|
||||
SEARCH_LIMIT_MAX,
|
||||
DEFAULT_MAX_TABLE_SIZE,
|
||||
DEFAULT_SEARCH_LIMIT,
|
||||
LEGACY_MAX_TABLE_SIZE_DEFAULT
|
||||
DEFAULT_SEARCH_LIMIT
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user