diff options
author | stuconnolly <stuart02@gmail.com> | 2011-10-08 22:28:30 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-10-08 22:28:30 +0000 |
commit | a4ac00795c534d2ee74ad1d3be6facfda9c82b6d (patch) | |
tree | 0141127b68c0bf0b7e1e2b2ccfcb0c3615b866ac /Resources/Plists/PreferenceDefaults.plist | |
parent | 4c2a3a4692a1931a57cf6f9566ff9bdd92e3d261 (diff) | |
download | sequelpro-a4ac00795c534d2ee74ad1d3be6facfda9c82b6d.tar.gz sequelpro-a4ac00795c534d2ee74ad1d3be6facfda9c82b6d.tar.bz2 sequelpro-a4ac00795c534d2ee74ad1d3be6facfda9c82b6d.zip |
Add a hidden preference for specifying the long running query notification time (currently in milliseconds). Implements issue #944
Diffstat (limited to 'Resources/Plists/PreferenceDefaults.plist')
-rw-r--r-- | Resources/Plists/PreferenceDefaults.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Resources/Plists/PreferenceDefaults.plist b/Resources/Plists/PreferenceDefaults.plist index 07eb71ae..5208bd62 100644 --- a/Resources/Plists/PreferenceDefaults.plist +++ b/Resources/Plists/PreferenceDefaults.plist @@ -183,5 +183,7 @@ <false/> <key>CustomQuerySoftIndentWidth</key> <integer>2</integer> + <key>LongRunningQueryNotificationTime</key> + <real>3</real> </dict> </plist> |