Browse Source

Merge pull request #14003 from cakephp/3.x-thundering-herd-link

Add link to explain mentioned problem
ADmad 6 years ago
parent
commit
d4b67f1ffd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Database/SchemaCache.php

+ 2 - 0
src/Database/SchemaCache.php

@@ -25,6 +25,8 @@ use RuntimeException;
  * can prevent thundering herd effects on the metadata cache when new
  * versions of your application are deployed, or when migrations
  * requiring updated metadata are required.
+ *
+ * @link https://en.wikipedia.org/wiki/Thundering_herd_problem About the thundering herd problem
  */
 class SchemaCache
 {