diff --git a/config/initializers/devise_token_auth.rb b/config/initializers/devise_token_auth.rb index 13b395649a738df1c0c4b0eb19fe5a41a6622f2a..cbc318d552a1826848e40c28fed4baa2fbb1f3bd 100644 --- a/config/initializers/devise_token_auth.rb +++ b/config/initializers/devise_token_auth.rb @@ -17,7 +17,7 @@ DeviseTokenAuth.setup do |config| # time. In this case, each request in the batch will need to share the same # auth token. This setting determines how far apart the requests can be while # still using the same auth token. - # config.batch_request_buffer_throttle = 5.seconds + config.batch_request_buffer_throttle = 5.seconds # This route will be the prefix for all oauth2 redirect callbacks. For # example, using the default '/omniauth', the github oauth2 provider will