Skip to main content

One post tagged with "performance"

View All Tags

· One min read
szaimen

In the new Nextcloud 21 release was today a new High Performance Backend for Nextcloud files introduced. It attempts to solve the issue where Nextcloud clients have to periodically check the server if any files have been changed, new activities were created, or a notification was created/processed/dismissed, which increases the load on the server. By providing a way for the server to send update notifications to the clients, the need for the clients to make these checks can be greatly reduced, which reduces the load on the server and delivers notifications to the clients in some cases faster.

You can find the instructions how to install it on your Nextcloud-NAS here: (click here)

Push Notifications