diff options
Diffstat (limited to 'core/modules/jsonapi/jsonapi.install')
-rw-r--r-- | core/modules/jsonapi/jsonapi.install | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/core/modules/jsonapi/jsonapi.install b/core/modules/jsonapi/jsonapi.install index 80009b525a46..48c0ed89aeaa 100644 --- a/core/modules/jsonapi/jsonapi.install +++ b/core/modules/jsonapi/jsonapi.install @@ -80,19 +80,5 @@ function jsonapi_requirements($phase) { * Implements hook_update_last_removed(). */ function jsonapi_update_last_removed() { - return 8701; -} - -/** - * Set values for maintenance_header_retry_seconds min and max. - * - * @see https://www.drupal.org/node/3247453 - */ -function jsonapi_update_9401() { - $config = \Drupal::configFactory()->getEditable('jsonapi.settings'); - $config->set('maintenance_header_retry_seconds', [ - 'min' => 5, - 'max' => 10, - ]); - $config->save(TRUE); + return 9401; } |