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

    r718 r752  
    911911    fShowTarget = fDrivebarHelp = fCheckMM = TRUE;
    912912  ulCnrType = CCS_EXTENDSEL;
    913   FilesToGet = 128L;
    914   AutoviewHeight = 48L;
     913  FilesToGet = 10240;
     914  AutoviewHeight = 48;
    915915  strcpy(printer, "PRN");
    916916  prnwidth = 80;
Note: See TracChangeset for help on using the changeset viewer.