Ignore:
Timestamp:
Oct 29, 2001, 3:20:12 PM (24 years ago)
Author:
achimha
Message:

poll CDROM less often, causes HDD activity on some systems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/pmwindow.cpp

    r7265 r7266  
    1 /* $Id: pmwindow.cpp,v 1.162 2001-10-29 14:20:11 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.163 2001-10-29 13:54:39 achimha Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    299299           drive[0]++;
    300300        }
    301         WinStartTimer(hab, hwnd, 17, 32*3);
     301        WinStartTimer(hab, hwnd, 17, 32*60);
     302////        WinStartTimer(hab, hwnd, 17, 32*3);
    302303////        WinStartTimer(hab, hwnd, 17, 5000);
    303304        rc = (MRESULT)FALSE;
Note: See TracChangeset for help on using the changeset viewer.