Changeset 752 for trunk/dll/filldir.c


Ignore:
Timestamp:
Aug 3, 2007, 4:36:29 AM (18 years ago)
Author:
Gregg Young
Message:

Changes to findbuf (10240 default setting) to speed container fills. Max is 102400 min 2048. Also reduced DosSleep time in filldirs to speed container fills.Ticket 138.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/filldir.c

    r751 r752  
    825825                                CM_INSERTRECORD,
    826826                                MPFROMP(pciFirst), MPFROMP(&ri))) {
    827                   DosSleep(100);
     827                  DosSleep(10);
    828828                  WinSetFocus(HWND_DESKTOP, hwndCnr);
    829829                  if (!WinSendMsg(hwndCnr,
     
    923923            if (!WinSendMsg(hwndCnr, CM_INSERTRECORD,
    924924                            MPFROMP(pciFirst), MPFROMP(&ri))) {
    925               DosSleep(100);
     925              DosSleep(10);
    926926              WinSetFocus(HWND_DESKTOP, hwndCnr);
    927927              if (!WinSendMsg(hwndCnr, CM_INSERTRECORD,
     
    14281428  if (!drivesbuilt && hwndMain)
    14291429    PostMsg(hwndMain, UM_BUILDDRIVEBAR, MPVOID, MPVOID);
    1430   DosSleep(33L);
     1430  DosSleep(33);
    14311431  fDummy = FALSE;
    14321432  DosPostEventSem(CompactSem);
Note: See TracChangeset for help on using the changeset viewer.