Browse Source

Increase database close time out to an hour

git-svn-id: svn://svn.code.sf.net/p/ditto-cp/code/trunk@100 595ec19a-5cb4-439b-94a8-42fb3063c22c
sabrogden 21 years ago
parent
commit
2758ad7b4c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MainFrm.cpp

+ 1 - 1
MainFrm.cpp

@@ -398,7 +398,7 @@ BOOL CMainFrame::ResetKillDBTimer()
 {
 	KillTimer(KILL_DB_TIMER);
 
-	SetTimer(KILL_DB_TIMER, ONE_MINUTE*2, NULL);
+	SetTimer(KILL_DB_TIMER, ONE_MINUTE*60, NULL);
 
 	return TRUE;
 }