Reduced max page count.

git-svn-id: svn://10.0.0.236/trunk@43278 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com 1999-08-13 03:31:56 +00:00
parent 54104fe196
commit 7f9c4b0c7c

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
/******************************************************************************/