commit
c5d6b3c692
2 changed files with 4 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,3 +1,7 @@
|
||||||
|
_book
|
||||||
|
node_modules
|
||||||
|
|
||||||
|
|
||||||
# Intellij
|
# Intellij
|
||||||
###################
|
###################
|
||||||
.idea
|
.idea
|
||||||
|
|
1
topics/cache/disable.adoc
vendored
1
topics/cache/disable.adoc
vendored
|
@ -25,5 +25,4 @@ Here's what the config looks like initially.
|
||||||
To disable the cache set the `enabled` field to false for the cache you want to disable. You must reboot your
|
To disable the cache set the `enabled` field to false for the cache you want to disable. You must reboot your
|
||||||
server for this change to take effect.
|
server for this change to take effect.
|
||||||
|
|
||||||
NOTE: You must also remove the line like `"provider": "default"` from the `realmCache` configuration. Otherwise disabling cache won't work.
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue