Skip to content

Commit

Permalink
Bump max batch size of profiles replication
Browse files Browse the repository at this point in the history
This is to workaround a bug in the profiles replication.
  • Loading branch information
MatMaul committed Apr 4, 2022
1 parent aeda939 commit 27d27ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sydent/http/servlets/profilereplicationservlet.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

logger = logging.getLogger(__name__)

MAX_BATCH_SIZE = 200
MAX_BATCH_SIZE = 500


class ProfileReplicationServlet(Resource):
Expand Down

0 comments on commit 27d27ed

Please sign in to comment.