Michaël Van Canneyt vor 1 Woche
Ursprung
Commit
8f25466921
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      packages/vcl-compat/src/system.threading.pp

+ 1 - 1
packages/vcl-compat/src/system.threading.pp

@@ -197,7 +197,7 @@ type
     class var FDefaultPool: TThreadPool;
     const
       RetireDelay  = 5000;      // in milliseconds. Time after which a thread retires
-      SuspendDelay = 5500;      // in milliseconds. Minimum time between 2 thread suspending themselved
+      SuspendDelay = 5500;      // in milliseconds. Minimum time between 2 thread suspending themselves
       SuspendTime  = 6000;      // in milliseconds. Time for which a suspended thread sleeps.
       SuspendTries = 3;         // Number of tries for suspend loop
       MaxCPUUsage  = 95;        // CPU usage % at which we stop threads.