From 7c1fe30b829d4fcf6996751e55617662005488d9 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 27 May 2017 15:46:19 +0200 Subject: [PATCH] Tweak minor comment change --- bacula/src/dird/mac_sql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/dird/mac_sql.c b/bacula/src/dird/mac_sql.c index 12e19d3da2..40bbf9179a 100644 --- a/bacula/src/dird/mac_sql.c +++ b/bacula/src/dird/mac_sql.c @@ -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; -- 2.39.5