]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak minor comment change
authorKern Sibbald <kern@sibbald.com>
Sat, 27 May 2017 13:46:19 +0000 (15:46 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 27 May 2017 13:46:19 +0000 (15:46 +0200)
bacula/src/dird/mac_sql.c

index 12e19d3da211d2de5e62de5bba7ef05359169da1..40bbf9179a68a8818b29cb761d3089833bf06472 100644 (file)
@@ -382,7 +382,7 @@ int getJob_to_migrate(JCR *jcr)
       Dmsg2(dbglevel, "Before loop count=%d ids=%s\n", ids.count, ids.list);
       /*
        * Note: to not over load the system, limit the number
-       *  of new jobs started to 100 (see limit above)
+       *  of new jobs started to Maximum Spawned Jobs
        */
       for (int i=1; i < (int)ids.count; i++) {
          JobId = 0;