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