Post Reply 
Proxo's Byte Limit...
Dec. 25, 2018, 10:25 PM
Post: #9
RE: Proxo's Byte Limit...
There's a 4K line-length limit in config files in general, a 4K limit on patterns, a 2K limit on URL matches, and a 260 limit on bounds matches. Raising them varies in difficulty from moderate to "rewrite the pattern matching engine" because there's assumptions on lengths in many places in the code, and blindly making the limits higher is likely to cause crashes instead.
Add Thank You Quote this message in a reply
[-] The following 1 user says Thank You to amy for this post:
referrer
Post Reply 


Messages In This Thread
Proxo's Byte Limit... - ProxRocks - Oct. 07, 2008, 04:04 PM
RE: Proxo's Byte Limit... - lnminente - Oct. 07, 2008, 04:48 PM
RE: Proxo's Byte Limit... - amy - Jun. 29, 2017, 03:18 AM
RE: Proxo's Byte Limit... - zoltan - Jul. 16, 2017, 12:25 AM
RE: Proxo's Byte Limit... - amy - Jul. 22, 2017, 10:56 PM
RE: Proxo's Byte Limit... - referrer - Dec. 24, 2018, 02:53 AM
RE: Proxo's Byte Limit... - amy - Dec. 24, 2018, 04:57 AM
RE: Proxo's Byte Limit... - referrer - Dec. 24, 2018, 08:25 AM
RE: Proxo's Byte Limit... - amy - Dec. 25, 2018 10:25 PM
RE: Proxo's Byte Limit... - referrer - Dec. 26, 2018, 12:06 AM

Forum Jump: