Bug 55249 - Enable responsive status indicators
Enable responsive status indicators
Status: CLOSED FIXED
Product: UCS@school
Classification: Unclassified
Component: Veyon
UCS@school 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: Jürn Brodersen
Felix Botner
:
Depends on: 55075
Blocks:
  Show dependency treegraph
 
Reported: 2022-10-07 16:52 CEST by Jürn Brodersen
Modified: 2022-10-07 17:29 CEST (History)
3 users (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 4: Minor Usability: Impairs usability in secondary scenarios
Who will be affected by this bug?: 4: Will affect most installed domains
How will those affected feel about the bug?: 1: Nuisance – not a big deal but noticeable
User Pain: 0.091
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jürn Brodersen univentionstaff 2022-10-07 16:52:57 CEST
+++ This bug was initially created as a clone of Bug #55075 +++

While this has been fixed upstream, we need to enable this.

In /etc/ucsschool-veyon/config.json
```
{
"WebAPI": {"ConnectionLimit": "5000"},
"Core": {"ComputerStatePollingInterval": "1000"}
}
```
The `"Core": {"ComputerStatePollingInterval": "1000"}` is missing
Comment 1 Felix Botner univentionstaff 2022-10-07 17:15:24 CEST
After the installation 4.4/ucsschool-veyon-proxy=4.7.4.14-0

-> ucr get veyon/Core/ComputerStatePollingInterval 
1000
-> more /etc/ucsschool-veyon/config.json 
{"WebAPI": {"ConnectionLimit": "5000"}, "Core": {"ComputerStatePollingInterval": "1000"}}

Changing the settings via UMC also works.
Comment 2 Jürn Brodersen univentionstaff 2022-10-07 17:29:58 CEST
Production Appcenter has been updated to include the new app setting.

-> Closed