Reduced max page count.

This commit is contained in:
warren%netscape.com 1999-08-13 03:31:56 +00:00
parent 9b9b0da23d
commit 9d3581e0df

View File

@ -52,7 +52,7 @@
#endif
#define NS_PAGEMGR_MIN_PAGES 32 // XXX bogus -- this should be a runtime parameter
#define NS_PAGEMGR_MAX_PAGES 32767 // XXX bogus -- this should be a runtime parameter
#define NS_PAGEMGR_MAX_PAGES 2560 // 10 meg XXX bogus -- this should be a runtime parameter
/******************************************************************************/