Disabling cache auto update #379
-
Is there a way to disable cache auto update in the node.js client? It is almost always typos that cause it, and it updates very slowly on my remote server for some reason. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey there! I'm transferring your discussion to the repository for the Node.js client for tldr-pages. This repository is just for the pages themselves, not the clients. |
Beta Was this translation helpful? Give feedback.
-
Sorry for the late reply, you can indeed disable auto-updating when a page is not found by updating the configuration file and setting this variable |
Beta Was this translation helpful? Give feedback.
Sorry for the late reply, you can indeed disable auto-updating when a page is not found by updating the configuration file and setting this variable
skipUpdateWhenPageNotFound
to true.