Skip to content
Snippets Groups Projects
Commit a12fcd85 authored by Israel Barreto Sant'Anna's avatar Israel Barreto Sant'Anna
Browse files

Fixed devise token auth batch buffer config

parent 49f42639
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ DeviseTokenAuth.setup do |config| ...@@ -17,7 +17,7 @@ DeviseTokenAuth.setup do |config|
# time. In this case, each request in the batch will need to share the same # 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 # auth token. This setting determines how far apart the requests can be while
# still using the same auth token. # 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 # This route will be the prefix for all oauth2 redirect callbacks. For
# example, using the default '/omniauth', the github oauth2 provider will # example, using the default '/omniauth', the github oauth2 provider will
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment