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:
parent
cd50a77983
commit
1edb25fb79
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user