mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
remove 3 second test delay
This commit is contained in:
@@ -4,12 +4,7 @@
|
||||
|
||||
if (arg("backgroundTask") != null)
|
||||
{
|
||||
|
||||
try
|
||||
{
|
||||
Thread.sleep(3000);
|
||||
} catch (InterruptedException ie) {}
|
||||
|
||||
|
||||
DB db = ((DB)context.get("db")).clone();
|
||||
DB.Result databases = db.execute("show table status from `" + arg("dbName") + "`");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user