From 68bc7f791adc43728e09ea2c4744c129b96d66af Mon Sep 17 00:00:00 2001 From: Bibiko Date: Mon, 11 Jan 2010 21:21:41 +0000 Subject: =?UTF-8?q?=E2=80=A2=20further=20developments=20for=20the=20F5=20c?= =?UTF-8?q?ompletion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Note: not yet finished! --- Source/TableDocument.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/TableDocument.m') diff --git a/Source/TableDocument.m b/Source/TableDocument.m index 2bd178e7..3b8f67b6 100644 --- a/Source/TableDocument.m +++ b/Source/TableDocument.m @@ -681,7 +681,7 @@ notificationName:@"Connected"]; // Query the structure of all databases in the background (mainly for completion) - // [mySQLConnection performSelector:@selector(queryDbStructure) withObject:nil afterDelay:2]; + [mySQLConnection performSelector:@selector(queryDbStructure) withObject:nil afterDelay:0.5]; // Init Custom Query editor with the stored queries in a spf file if given. [spfDocData setObject:[NSNumber numberWithBool:NO] forKey:@"save_editor_content"]; -- cgit v1.2.3