Test default limit
This commit is contained in:
parent
679bbd7901
commit
11ceaed333
|
@ -24,9 +24,9 @@ module Travis::API::V3
|
||||||
|
|
||||||
def limit(repository)
|
def limit(repository)
|
||||||
if repository.settings.nil?
|
if repository.settings.nil?
|
||||||
Travis.config.requests_create_api_limit || LIMIT
|
Travis.config.requests_create_api_limit || 50
|
||||||
else
|
else
|
||||||
repository.settings["api_builds_rate_limit"] || Travis.config.requests_create_api_limit || LIMIT
|
repository.settings["api_builds_rate_limit"] || Travis.config.requests_create_api_limit || 50
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user