From a4cebeb64163fc1235a4f188eb397e18aaf8a0af Mon Sep 17 00:00:00 2001 From: servertood Date: Sat, 22 Nov 2008 04:48:40 +0000 Subject: [PATCH] remove slow simulation again --- extra/jheidi/loadTableInfoWorker.ajl | 4 ++-- extra/jheidi/showTableStatusWorker.ajl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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);