We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c18c8c commit 983d883Copy full SHA for 983d883
activesupport/lib/active_support/cache.rb
@@ -234,7 +234,7 @@ def self.instrument
234
# bump the cache expiration time by the value set in <tt>:race_condition_ttl</tt>.
235
# Yes, this process is extending the time for a stale value by another few
236
# seconds. Because of extended life of the previous cache, other processes
237
- # will continue to use slightly stale data for a just a big longer. In the
+ # will continue to use slightly stale data for a just a bit longer. In the
238
# meantime that first process will go ahead and will write into cache the
239
# new value. After that all the processes will start getting new value.
240
# The key is to keep <tt>:race_condition_ttl</tt> small.
0 commit comments