Skip to content

Commit

Permalink
tweaking logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Philion committed Feb 29, 2024
1 parent dced68d commit 04ef60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redmine.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ def reindex_users(self):
self.discord_users.clear()

# rebuild the indicies
response = self.query("/users.json") ## fixme max limit? paging?
response = self.query("/users.json?offset=0&limit=250") ## fixme max limit? paging?
if response.users:
for user in response.users:
self.users[user.login] = user.id
Expand Down

0 comments on commit 04ef60b

Please sign in to comment.