]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/job.c
update configure
[bacula/bacula] / bacula / src / stored / job.c
index c2d925965ffd0e2c7bc80b8ffda214fd4cddb1ae..959994a9bd09c205613a5e4556c402a9242ab5d9 100644 (file)
@@ -163,7 +163,7 @@ bool run_cmd(JCR *jcr)
    struct timespec timeout;
    int errstat = 0;
 
-   Dsm_check(1);
+   Dsm_check(200);
    Dmsg1(200, "Run_cmd: %s\n", jcr->dir_bsock->msg);
 
    /* If we do not need the FD, we are doing a migrate, copy, or virtual
@@ -422,7 +422,7 @@ void stored_free_jcr(JCR *jcr)
       delete jcr->write_store;
       jcr->write_store = NULL;
    }
-   Dsm_check(1);
+   Dsm_check(200);
 
    if (jcr->JobId != 0)
       write_state_file(me->working_directory, "bacula-sd", get_first_port_host_order(me->sdaddrs));