diff --git a/extra/jheidi/loadTableInfoWorker.ajl b/extra/jheidi/loadTableInfoWorker.ajl index 2bcc4759..c8b2ce09 100644 --- a/extra/jheidi/loadTableInfoWorker.ajl +++ b/extra/jheidi/loadTableInfoWorker.ajl @@ -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); diff --git a/extra/jheidi/showTableStatusWorker.ajl b/extra/jheidi/showTableStatusWorker.ajl index ac4133ed..774a927d 100644 --- a/extra/jheidi/showTableStatusWorker.ajl +++ b/extra/jheidi/showTableStatusWorker.ajl @@ -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);