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

    r751 r752  
    722722
    723723  if (!recurse)
    724     ulM = 128;
     724    ulM = FilesToGet;
    725725  maskstr = xmalloc(CCHMAXPATH, pszSrcFile, __LINE__);
    726726  if (!maskstr)
Note: See TracChangeset for help on using the changeset viewer.