Skip to content
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

add an option to disable refreshing fset for some option name #1553

Closed
pascalpoitras opened this issue Aug 9, 2020 · 0 comments
Closed

add an option to disable refreshing fset for some option name #1553

pascalpoitras opened this issue Aug 9, 2020 · 0 comments
Assignees
Labels
feature New feature request
Milestone

Comments

@pascalpoitras
Copy link

Feature description

As stated on #weechat-fr, whenever an option is modified, the fset buffer is refresh. When you have a trigger or something that modify an option like every second, the cpu usage get crazy

An option to disable some options from refreshing fset would be useful

@pascalpoitras pascalpoitras added the feature New feature request label Aug 9, 2020
@flashcode flashcode self-assigned this Aug 9, 2020
@flashcode flashcode added the in progress Someone is working on this issue label Aug 9, 2020
@flashcode flashcode added this to the 3.0 milestone Aug 9, 2020
@flashcode flashcode removed the in progress Someone is working on this issue label Aug 9, 2020
emilford added a commit to emilford/dotfiles that referenced this issue Nov 26, 2020
When an option is modified, the fset buffer is refreshed. This can have
undesirable side-effects (e.g., CPU spike) when a trigger exists that
modifies options at a frequent rate (e.g., every second).

An option was introduced in Weechat 3.0 to set a command separated list
of options to automatically refresh on the fset buffer. "*", the default
and the recommended value, refreshes all options. "!" also exists as a
negative value to prevent an option from being refreshed.

weechat/weechat#1553
https://weechat.org/files/changelog/ChangeLog-3.0.html#v3.0
emilford added a commit to emilford/dotfiles that referenced this issue Dec 5, 2020
When an option is modified, the fset buffer is refreshed. This can have
undesirable side-effects (e.g., CPU spike) when a trigger exists that
modifies options at a frequent rate (e.g., every second).

An option was introduced in Weechat 3.0 to set a command separated list
of options to automatically refresh on the fset buffer. "*", the default
and the recommended value, refreshes all options. "!" also exists as a
negative value to prevent an option from being refreshed.

weechat/weechat#1553
https://weechat.org/files/changelog/ChangeLog-3.0.html#v3.0
emilford added a commit to emilford/dotfiles that referenced this issue Dec 5, 2020
When an option is modified, the fset buffer is refreshed. This can have
undesirable side-effects (e.g., CPU spike) when a trigger exists that
modifies options at a frequent rate (e.g., every second).

An option was introduced in Weechat 3.0 to set a command separated list
of options to automatically refresh on the fset buffer. "*", the default
and the recommended value, refreshes all options. "!" also exists as a
negative value to prevent an option from being refreshed.

weechat/weechat#1553
https://weechat.org/files/changelog/ChangeLog-3.0.html#v3.0
emilford added a commit to emilford/dotfiles that referenced this issue Dec 5, 2020
When an option is modified, the fset buffer is refreshed. This can have
undesirable side-effects (e.g., CPU spike) when a trigger exists that
modifies options at a frequent rate (e.g., every second).

An option was introduced in Weechat 3.0 to set a command separated list
of options to automatically refresh on the fset buffer. "*", the default
and the recommended value, refreshes all options. "!" also exists as a
negative value to prevent an option from being refreshed.

weechat/weechat#1553
https://weechat.org/files/changelog/ChangeLog-3.0.html#v3.0
emilford added a commit to emilford/dotfiles that referenced this issue Dec 5, 2020
When an option is modified, the fset buffer is refreshed. This can have
undesirable side-effects (e.g., CPU spike) when a trigger exists that
modifies options at a frequent rate (e.g., every second).

An option was introduced in Weechat 3.0 to set a command separated list
of options to automatically refresh on the fset buffer. "*", the default
and the recommended value, refreshes all options. "!" also exists as a
negative value to prevent an option from being refreshed.

weechat/weechat#1553
https://weechat.org/files/changelog/ChangeLog-3.0.html#v3.0
emilford added a commit to emilford/dotfiles that referenced this issue Dec 6, 2020
When an option is modified, the fset buffer is refreshed. This can have
undesirable side-effects (e.g., CPU spike) when a trigger exists that
modifies options at a frequent rate (e.g., every second).

An option was introduced in Weechat 3.0 to set a command separated list
of options to automatically refresh on the fset buffer. "*", the default
and the recommended value, refreshes all options. "!" also exists as a
negative value to prevent an option from being refreshed.

weechat/weechat#1553
https://weechat.org/files/changelog/ChangeLog-3.0.html#v3.0
emilford added a commit to emilford/dotfiles that referenced this issue Jan 9, 2021
When an option is modified, the fset buffer is refreshed. This can have
undesirable side-effects (e.g., CPU spike) when a trigger exists that
modifies options at a frequent rate (e.g., every second).

An option was introduced in Weechat 3.0 to set a command separated list
of options to automatically refresh on the fset buffer. "*", the default
and the recommended value, refreshes all options. "!" also exists as a
negative value to prevent an option from being refreshed.

weechat/weechat#1553
https://weechat.org/files/changelog/ChangeLog-3.0.html#v3.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request
Projects
None yet
Development

No branches or pull requests

2 participants