Skip to content
Snippets Groups Projects
Commit 72dbca53 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Increase MAX_CONF from 1526 to 1999.

Increase MAX_TEXT from 200743 to 249997.
parent 461ee1ac
No related branches found
No related tags found
No related merge requests found
/*
* $Id: tmp-limits.h,v 0.7 1991/12/09 20:02:07 ceder Exp $
* $Id: tmp-limits.h,v 0.8 1992/04/08 18:07:03 ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
......@@ -26,5 +26,5 @@
* These arbitrary limits should be lifted in future versions.
*/
#define MAX_CONF 1526
#define MAX_TEXT 200743
#define MAX_CONF 1999
#define MAX_TEXT 249997
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment