Skip to content

upgraded to 1.94.1 and enabled “Automatic library watching (experimental)”,error:ENOSPC: System limit for number of file watchers reached #6833

Answered by cr0n76
nodis asked this question in Q&A
Discussion options

You must be logged in to vote

A short update on how to deactivate it without access to the UI:
If the config file is not in use, the config is stored in the postgres database.
Check here on how to query it.

To update the config to disable automatic library watching one can use
UPDATE system_config SET value = false WHERE key = 'library.watch.enabled';

However the neccessity to update any config value by this should be very rare. Don't do this unless you are really sure that this is the only way and is a sane decision.

Replies: 4 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@cr0n76
Comment options

@cr0n76
Comment options

Answer selected by aviv926
@iFloris
Comment options

@etnoy
Comment options

etnoy Feb 10, 2024
Collaborator

@cr0n76
Comment options

@dharapvj
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@connor-tan
Comment options

@Qrrbrbirlbel
Comment options

@DSchmidtDev
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
Converted from issue

This discussion was converted from issue #6826 on February 01, 2024 12:44.