remove 3 second test delay

This commit is contained in:
servertood
2008-10-20 03:48:33 +00:00
parent 308f8a958d
commit ad54cf634a

View File

@@ -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") + "`");