change default InformationVerbosity to 2
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
## 1) ClientSide mode
|
||||
- Server: `InformationVerbosityServerSideType=ClientSide`, `InformationVerbosityServer=4`
|
||||
- Client: `InformationVerbosity=1`
|
||||
- Expected: client uses `1`
|
||||
- Client: `InformationVerbosity=2`
|
||||
- Expected: client uses `2`
|
||||
|
||||
## 2) ServerRecommended mode (override OFF)
|
||||
- Server: `InformationVerbosityServerSideType=ServerRecommended`, `InformationVerbosityServer=4`
|
||||
@@ -12,11 +12,11 @@
|
||||
|
||||
## 3) ServerRecommended mode (override ON)
|
||||
- Same as above, but `DisableServerRecommended=true`
|
||||
- Expected: client uses `1`
|
||||
- Expected: client uses `2`
|
||||
|
||||
## 4) ServerForced mode
|
||||
- Server: `InformationVerbosityServerSideType=ServerForced`, `InformationVerbosityServer=4`
|
||||
- Client: `InformationVerbosity=1`, `DisableServerRecommended=true`
|
||||
- Client: `InformationVerbosity=2`, `DisableServerRecommended=true`
|
||||
- Expected: client uses `4`
|
||||
|
||||
## 5) Client-side settings stay client-side
|
||||
|
||||
Reference in New Issue
Block a user