mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-16 20:02:55 +00:00
Compare commits
3 Commits
dev
...
1.16.2-s.9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
09a64815d4 | ||
|
|
6d5f969798 | ||
|
|
9c430b37aa |
@@ -227,7 +227,7 @@ export const handleOlmRegisterMessage: MessageHandler = async (context) => {
|
|||||||
// Prepare an array to store site configurations
|
// Prepare an array to store site configurations
|
||||||
logger.debug(`Found ${sitesCount} sites for client ${client.clientId}`);
|
logger.debug(`Found ${sitesCount} sites for client ${client.clientId}`);
|
||||||
|
|
||||||
let jitMode = true;
|
let jitMode = false;
|
||||||
if (sitesCount > 250 && build == "saas") {
|
if (sitesCount > 250 && build == "saas") {
|
||||||
// THIS IS THE MAX ON THE BUSINESS TIER
|
// THIS IS THE MAX ON THE BUSINESS TIER
|
||||||
// we have too many sites
|
// we have too many sites
|
||||||
|
|||||||
Reference in New Issue
Block a user