(defn big-read [old-value seconds]
  "Read a really big file"
  (time (Thread/sleep (* seconds 1000))))
  "big file data")