From owner-cvs-sys Sun Jun 30 14:16:38 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA18037 for cvs-sys-outgoing; Sun, 30 Jun 1996 14:16:38 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA18001; Sun, 30 Jun 1996 14:16:24 -0700 (PDT) Date: Sun, 30 Jun 1996 14:16:24 -0700 (PDT) From: John Dyson Message-Id: <199606302116.OAA18001@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_glue.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/06/30 14:16:23 Modified: sys/vm vm_glue.c Log: Make -current consistant with -stable regarding time that a process sleeps before being swapped out. The time is increased from 4 secs to 10 secs. Originally I had decreased it from 20 to 4, but that is a bit severe. 20 is too long though. Revision Changes Path 1.51 +2 -2 src/sys/vm/vm_glue.c