From 6be2edae44406588125036771a6b030993ba58aa Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Wed, 20 Feb 2013 01:22:45 +0000 Subject: - 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. --- Source/SPConstants.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPConstants.h') diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 91e2492f..c321d1fa 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -418,6 +418,7 @@ extern NSString *SPBundleDeletedDefaultBundlesKey; extern NSString *SPHiddenKeyFileVisibilityKey; extern NSString *SPSelectionDetailTypeIndexed; extern NSString *SPSelectionDetailTypePrimaryKeyed; +extern NSString *SPSSHEnableMuxingPreference; // URLs extern NSString *SPDonationsURL; -- cgit v1.2.3