1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12:00

fix comment

This commit is contained in:
Torsten Dittmann 2021-03-10 16:18:03 +01:00
parent d462c5dce5
commit 390e0d6407

View file

@ -87,9 +87,7 @@ class Realtime
/**
* Identifies the receivers of all subscriptions, based on the permissions and event.
*
* The processing works in linear time complexity, meaning it will increase in time - the same amount it increases in space.
*
* Example with a event with user:XXX permissions and with X users spread across 10 different channels:
* Example of performance with an event with user:XXX permissions and with X users spread across 10 different channels:
* - 0.014 ms (±6.88%) | 10 Connections / 100 Subscriptions
* - 0.070 ms (±3.71%) | 100 Connections / 1,000 Subscriptions
* - 0.846 ms (±2.74%) | 1,000 Connections / 10,000 Subscriptions