Merge "Fixing typo in controller/worker/tasks/database_tasks.py"

This commit is contained in:
Jenkins 2017-07-29 02:43:07 +00:00 committed by Gerrit Code Review
commit 4bbc3fa885
1 changed files with 1 additions and 1 deletions

View File

@ -2580,7 +2580,7 @@ class DecrementPoolQuota(BaseDatabaseTask):
lock_session.rollback()
# Attempt to increment back the member quota
# This is seperate calls to maximize the correction
# This is separate calls to maximize the correction
# should other factors have increased the in use quota
# before this point in the revert flow
for i in six.moves.range(pool_child_count['member']):