lib/fbe/octo.rb in fbe-0.0.10 vs lib/fbe/octo.rb in fbe-0.0.11
- old
+ new
@@ -47,9 +47,10 @@
else
o = Octokit::Client.new(access_token: token)
loog.info("Accessing GitHub API with a token (#{token.length} chars)")
end
o.auto_paginate = true
+ o.per_page = 100
o.connection_options = {
request: {
open_timeout: 15,
timeout: 15
}