File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737 *
3838 *
3939 * IDENTIFICATION
40- * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.447 2005/03/18 03:48:49 tgl Exp $
40+ * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.448 2005/03/24 05:19:05 momjian Exp $
4141 *
4242 * NOTES
4343 *
@@ -1246,12 +1246,12 @@ ServerLoop(void)
12461246 PgStatPID = pgstat_start ();
12471247
12481248 /*
1249- * Touch the socket and lock file at least every ten minutes , to
1249+ * Touch the socket and lock file at least every hour , to
12501250 * ensure that they are not removed by overzealous /tmp-cleaning
12511251 * tasks.
12521252 */
12531253 now = time (NULL );
1254- if (now - last_touch_time >= 10 * 60 )
1254+ if (now - last_touch_time >= 60 * 60 )
12551255 {
12561256 TouchSocketFile ();
12571257 TouchSocketLockFile ();
You can’t perform that action at this time.
0 commit comments