maybe some kind dynamic limit / filter in db or something -
# Optional: Maximum number of subscriptions per client (default: 20)
MAX_SUBSCRIPTIONS_PER_CLIENT=20
# Optional: Limit for the throttler (default: 100)
THROTTLER_LIMIT=60
# Optional: Time-to-live (TTL) for the throttler (default: 1000)
THROTTLER_TTL=1000
# Optional: Time-to-live (TTL) for event handling result cache in milliseconds, set to 0 to disable caching (default: 300000)
EVENT_HANDLING_RESULT_CACHE_TTL=300000
# Optional: Time-to-live (TTL) for filter result cache in milliseconds, set to 0 to disable caching (default: 10000)
FILTER_RESULT_CACHE_TTL=10000
# Optional: Enable/disable event message handling (default: true)
EVENT_MESSAGE_HANDLING_ENABLED=true
# Optional: Enable/disable request message handling (default: true)
REQ_MESSAGE_HANDLING_ENABLED=true