mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
Increase PuTTY's default partition size to 2 MB. 1 MB just isn't enough.
[originally from svn r2928]
This commit is contained in:
parent
73203bce79
commit
a816d2df18
@ -1,4 +1,4 @@
|
||||
/* $Id: mac_res.r,v 1.30 2003/03/06 23:46:06 ben Exp $ */
|
||||
/* $Id: mac_res.r,v 1.31 2003/03/11 22:35:07 ben Exp $ */
|
||||
/*
|
||||
* Copyright (c) 1999, 2002, 2003 Ben Harris
|
||||
* All rights reserved.
|
||||
@ -73,7 +73,7 @@ resource 'SIZE' (-1) {
|
||||
reserved,
|
||||
reserved,
|
||||
1024 * 1024, /* Minimum size */
|
||||
1024 * 1024, /* Preferred size */
|
||||
2048 * 1024, /* Preferred size */
|
||||
};
|
||||
|
||||
#define FREF_APPL 128
|
||||
|
Loading…
Reference in New Issue
Block a user