mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
acme: allow larger paste amounts
This commit is contained in:
parent
940f1fd6af
commit
43f5af9c8d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue