diff options
author | rowanbeentje <rowan@beent.je> | 2013-02-20 01:22:45 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2013-02-20 01:22:45 +0000 |
commit | 6be2edae44406588125036771a6b030993ba58aa (patch) | |
tree | 3b5a6e93e0cf660f2b4e3229f7dce99ef5774785 /Source/SPConstants.m | |
parent | 36fa01d0c98481af4b6a17061ac94c0a5a0186fe (diff) | |
download | sequelpro-6be2edae44406588125036771a6b030993ba58aa.tar.gz sequelpro-6be2edae44406588125036771a6b030993ba58aa.tar.bz2 sequelpro-6be2edae44406588125036771a6b030993ba58aa.zip |
- Default to disabling SSH multiplexing to avoid connection issues as per Issue #1457; leave multiplexing code present, but behind a preference. Run `defaults write com.sequelpro.SequelPro -boolean YES` to re-enable.
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r-- | Source/SPConstants.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m index 3ac465fb..cad10d95 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -224,6 +224,7 @@ NSString *SPBundleDeletedDefaultBundlesKey = @"deletedDefaultBundles"; NSString *SPHiddenKeyFileVisibilityKey = @"KeySelectionHiddenFilesVisibility"; NSString *SPSelectionDetailTypeIndexed = @"SelectionDetailTypeNSIndexSet"; NSString *SPSelectionDetailTypePrimaryKeyed = @"SelectionDetailTypePrimaryKeyedDetails"; +NSString *SPSSHEnableMuxingPreference = @"SSHMultiplexingEnabled"; // URLs NSString *SPDonationsURL = @"http://www.sequelpro.com/donate/"; |