Disabling the automatic cache update? #375
-
Hi, is it possible to turn off the cache update that happens every time a page isn't found? It takes a few minutes to finish on my server for some reason, (I don't know why) and ~90% of the time I'm triggering it with a typo, not an unknown command. I'm using nodejs version 3.3.7. |
Beta Was this translation helpful? Give feedback.
Answered by
kbdharun
Nov 15, 2023
Replies: 1 comment
-
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.
0 replies
Answer selected by
kbdharun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.