aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorch3rub1m <ch3rub1m@foxmail.com>2019-07-23 10:49:35 +0800
committerch3rub1m <ch3rub1m@foxmail.com>2019-07-23 10:49:35 +0800
commit4a84942e0b99807d1320cf2e4563ede53cf75b82 (patch)
tree4b24ba9c9efdb6bbbfe4bdebc8124c1de4911ebd /guides
parent9ad806887096be1f60019a6b301a4c84aa1d8e65 (diff)
downloadrails-4a84942e0b99807d1320cf2e4563ede53cf75b82.tar.gz
rails-4a84942e0b99807d1320cf2e4563ede53cf75b82.tar.bz2
rails-4a84942e0b99807d1320cf2e4563ede53cf75b82.zip
Fix cache_timestamp_format default value in guides
Diffstat (limited to 'guides')
-rw-r--r--guides/source/configuring.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index 4e0224b61e..59db9527db 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -353,7 +353,7 @@ All these configuration options are delegated to the `I18n` library.
* `config.active_record.lock_optimistically` controls whether Active Record will use optimistic locking and is `true` by default.
-* `config.active_record.cache_timestamp_format` controls the format of the timestamp value in the cache key. Default is `:nsec`.
+* `config.active_record.cache_timestamp_format` controls the format of the timestamp value in the cache key. Default is `:usec`.
* `config.active_record.record_timestamps` is a boolean value which controls whether or not timestamping of `create` and `update` operations on a model occur. The default value is `true`.