1
0
mirror of https://github.com/XTLS/Xray-docs-next.git synced 2025-08-22 19:38:36 +00:00

Update policy.md

statsUserOnline
This commit is contained in:
Hossin Asaadi 2024-11-03 19:24:05 +04:00 committed by GitHub
parent cd50a77983
commit 1edb25fb79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,7 @@ Local policy can be used to set different policy settings for different user lev
"downlinkOnly": 5,
"statsUserUplink": false,
"statsUserDownlink": false,
"statsUserOnline": false,
"bufferSize": 4
}
},
@ -84,6 +85,10 @@ When set to `true`, enables upstream traffic statistics for all users at the cur
When set to `true`, enables downstream traffic statistics for all users at the current level.
> `statsUserOnline`: true | false
When set to `true`, enables counting online users for all users at the current level by email.
> `bufferSize`: number
The internal buffer size of each connection. Unit: kB. When set to `0`, the internal buffer is disabled.