acme: allow larger paste amounts
This commit is contained in:
@@ -28,7 +28,7 @@ enum
|
||||
enum
|
||||
{
|
||||
Blockincr = 256,
|
||||
Maxblock = 8*1024,
|
||||
Maxblock = 32*1024,
|
||||
NRange = 10,
|
||||
Infinity = 0x7FFFFFFF /* huge value for regexp address */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user