remove slow simulation again

This commit is contained in:
servertood
2008-11-22 04:48:40 +00:00
parent 83d625164f
commit a4cebeb641
2 changed files with 4 additions and 4 deletions

View File

@@ -63,10 +63,10 @@
DB.Result tables = db.execute("show full columns from `" + arg("dbName") + "`.`" + arg("tableName") + "`");
try
/*try
{
Thread.sleep(5000);
} catch (Exception e) {}
} catch (Exception e) {}*/
publish(tables);

View File

@@ -51,10 +51,10 @@
DB.Result databases = db.execute("show table status from `" + arg("dbName") + "`");
try
/*try
{
Thread.sleep(10000);
} catch (Exception e) {}
} catch (Exception e) {}*/
publish(databases);