Currently desktop client will register to notification from server for changes to files to immediately synchronize changes instead of polling for them.
In case we receive a notification, desktop client will need to discover them.
It would be better to register for notifications with more information (using listen notify_file_id).
Most of the time that would give more information to desktop files client being able to then shortcut the sync and do it quicker and using less server resources.
Currently desktop client will register to notification from server for changes to files to immediately synchronize changes instead of polling for them.
In case we receive a notification, desktop client will need to discover them.
It would be better to register for notifications with more information (using
listen notify_file_id).Most of the time that would give more information to desktop files client being able to then shortcut the sync and do it quicker and using less server resources.