Skip to content
Snippets Groups Projects
Commit 7a057e33 authored by rswindell's avatar rswindell
Browse files

3 second pause in sendmail thread only happens after initial scan.

parent a599acd3
Branches
Tags
No related merge requests found
......@@ -2798,7 +2798,8 @@ static void sendmail_thread(void* arg)
smb_freemsgmem(&msg);
mswait(3000);
if(last_scan)
mswait(3000);
sprintf(smb.file,"%smail",scfg.data_dir);
smb.retry_time=scfg.smb_retry_time;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment