Increase requests creation limit to 50

This commit is contained in:
Piotr Sarnacki 2015-07-08 13:40:43 +02:00
parent 857af4fde0
commit b898d863c0

View File

@ -1,7 +1,7 @@
module Travis::API::V3
class Services::Requests::Create < Service
TIME_FRAME = 1.hour
LIMIT = 10
LIMIT = 50
private_constant :TIME_FRAME, :LIMIT
result_type :request