Changeset 752 for trunk/dll/seeall.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/seeall.c

    r593 r752  
    20092009        WinCancelShutdown(hmq2, TRUE);
    20102010        IncrThreadUsage();
    2011         ad->afFilesToGet = min(FilesToGet, 128);
     2011        ad->afFilesToGet = FilesToGet;
    20122012        if (!*ad->szFindPath) {
    20132013          DosError(FERR_DISABLEHARDERR);
Note: See TracChangeset for help on using the changeset viewer.