chore: Increase the max concurrent number of devices (#6121)

This commit is contained in:
Muhsin Keloth 2022-12-22 19:13:54 +05:30 committed by GitHub
parent 8c88344170
commit dbb6c0a074
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ DeviseTokenAuth.setup do |config|
# Sets the max number of concurrent devices per user, which is 10 by default. # Sets the max number of concurrent devices per user, which is 10 by default.
# After this limit is reached, the oldest tokens will be removed. # After this limit is reached, the oldest tokens will be removed.
# config.max_number_of_devices = 10 config.max_number_of_devices = 25
# Sometimes it's necessary to make several requests to the API at the same # Sometimes it's necessary to make several requests to the API at the same
# 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