Skip to content

Commit

Permalink
Request up to 200 issues from github
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereOverfl0w committed Apr 6, 2016
1 parent 31c3ea6 commit 7e4a5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rplugin/python3/deoplete/sources/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def gather_candidates(self, context):
base = repo_base(self.vim)

if base:
base = base + '/issues'
base = base + '/issues?per_page=200'

base_url = urlparse(base)
credentials = authenticator(base_url.hostname)
Expand Down

0 comments on commit 7e4a5fd

Please sign in to comment.