Skip to content

Commit d644a4e

Browse files
committed
Add missing maxconcurjobs in the Storage section of the storage daemon
Just like the director and file daemon, the storage daemon has a global "Maximum Concurrent Jobs" that sets the overall maximum number of concurrent jobs the daemon will run.
1 parent b7e8b72 commit d644a4e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

templates/bacula-sd-header.epp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ Storage {
77
<%= epp('bacula/_listen.epp', { listen_addresses => $bacula::storage::listen_address, port => $bacula::storage::port }) -%>
88
}
99
<% } -%>
10+
Maximum Concurrent Jobs = <%= $bacula::storage::maxconcurjobs %>
1011
<%= epp('bacula/_tls_server.epp') -%>
1112
}

0 commit comments

Comments
 (0)