diff options
author | luzpaz <luzpaz@users.noreply.github.com> | 2022-12-15 09:57:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-15 15:57:26 +0100 |
commit | 596923da4a4a0e384da5abeb0d987c127301630a (patch) | |
tree | 0d993f284cb1f6fb301bd3881e3d3a2d2b984cfe /app/workers/scheduler | |
parent | a0813806d6be42c2b1d466315b3bbecb4950f334 (diff) |
Fix typos in source documentation (#21046)
Fixed 2 source comment/documentation typos
Diffstat (limited to 'app/workers/scheduler')
-rw-r--r-- | app/workers/scheduler/suspended_user_cleanup_scheduler.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/scheduler/suspended_user_cleanup_scheduler.rb b/app/workers/scheduler/suspended_user_cleanup_scheduler.rb index 50768f83c..87e22161b 100644 --- a/app/workers/scheduler/suspended_user_cleanup_scheduler.rb +++ b/app/workers/scheduler/suspended_user_cleanup_scheduler.rb @@ -9,7 +9,7 @@ class Scheduler::SuspendedUserCleanupScheduler MAX_PULL_SIZE = 50 # Since account deletion is very expensive, we want to avoid - # overloading the server by queing too much at once. + # overloading the server by queuing too much at once. # This job runs approximately once per 2 minutes, so with a # value of `MAX_DELETIONS_PER_JOB` of 10, a server can # handle the deletion of 7200 accounts per day, provided it |