mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-04-13 09:44:40 +00:00
increase limits on WS note subscriptions and cached notes
This commit is contained in:
parent
86e34175d3
commit
fafb811333
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ import type { EventEmitter } from 'events';
|
||||||
import type Channel from './channel.js';
|
import type Channel from './channel.js';
|
||||||
|
|
||||||
const MAX_CHANNELS_PER_CONNECTION = 32;
|
const MAX_CHANNELS_PER_CONNECTION = 32;
|
||||||
const MAX_SUBSCRIPTIONS_PER_CONNECTION = 256;
|
const MAX_SUBSCRIPTIONS_PER_CONNECTION = 512;
|
||||||
const MAX_CACHED_NOTES_PER_CONNECTION = 32;
|
const MAX_CACHED_NOTES_PER_CONNECTION = 64;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Main stream connection
|
* Main stream connection
|
||||||
|
|
Loading…
Add table
Reference in a new issue