-
-
Notifications
You must be signed in to change notification settings - Fork 872
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
notification on incoming changes #355
Conversation
rename config option, display it with --display-options, document in README and manual page
Hi @norbusan, I was reading the original PR about notifications and when it should happen. I was thinking, do we meed a notification? Also, I fear, we moving far away from a re-write? Is that going to happen? |
@LHorace First of all, you do not need to compile in notifications. Actually by default they are not compiled in. Then you can disable them when starting with Concerning rewrite: I don't know what you are talking about - I don't think any one of us has time and energy to do a complete rewrite. |
You didn't know? Why issues are tagged future planning? |
See #313 (comment) |
Future planning and complee rewrite are different things. And your comment I have seen, but I disagree. |
Okay, I just don't understand why not voice it? Anyway, if you guys are not going to do it, I won't expect it nor bother myself worrying about it. |
I tag feature requests as 'Future Work - Planning Required' for the simple reason of:
Re a 'complete re-write': Some aspects of this currently client & how it is fundamentally written, the way it uses classes & functions today does not lend itself well to multi-threading activities. Being able to multi-thread correctly would mean being able to handle parallel uploads / download thus potentially a faster end user experience than today - esp when dealing with many small files. Certain sections of the client would need to be re-written to support doing this as I have investigated a number of options here on how to do it - it is not a complete re-write per say - but would be a major engineering & testing effort and @norbusan is correct - this is something that there has to be time & energy for. |
Since it's a compile in behavior and you guys worked to make sure it works right. I'll leave it at that |
Need to build & test .. will do this sometime later today |
@norbusan |
Thanks for merging |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This pull request implements notifications when changes are incoming from the cloud.
A new configuration option
min_notif_changes
has been added, controlling the minimumnumber of incoming changes to trigger a desktop notification. If there are less than this
number, no notification will be shown.