mirror of
https://github.com/transmission/transmission
synced 2025-02-04 13:32:19 +00:00
more realistic default capacity size
This commit is contained in:
parent
ffe6d0f0be
commit
7bba2d02a1
1 changed files with 2 additions and 2 deletions
|
@ -73,8 +73,8 @@
|
||||||
|
|
||||||
- (void) awakeFromNib
|
- (void) awakeFromNib
|
||||||
{
|
{
|
||||||
fPeers = [[NSMutableArray alloc] initWithCapacity: 30];
|
fPeers = [[NSMutableArray alloc] initWithCapacity: 75];
|
||||||
fFiles = [[NSMutableArray alloc] initWithCapacity: 6];
|
fFiles = [[NSMutableArray alloc] initWithCapacity: 15];
|
||||||
[fFileTable setDoubleAction: @selector(revealFile:)];
|
[fFileTable setDoubleAction: @selector(revealFile:)];
|
||||||
|
|
||||||
//window location and size
|
//window location and size
|
||||||
|
|
Loading…
Reference in a new issue