Skip to content

Commit 4b663a8

Browse files
committed
Increase Bitbucket max pages
1 parent c8b5a3e commit 4b663a8

File tree

1 file changed

+1
-1
lines changed
  • app/libs/installations/bitbucket

1 file changed

+1
-1
lines changed

app/libs/installations/bitbucket/api.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def get_sha_for_ref(repo_slug, ref, type)
352352
end
353353
end
354354

355-
MAX_PAGES = 10
355+
MAX_PAGES = 100
356356

357357
def find_file(url, files, file_name, page = 0)
358358
return if page == MAX_PAGES

0 commit comments

Comments
 (0)