revert to sleeping

master
Josha von Gizycki 6 years ago
parent 68d3330c59
commit a54b2d4b9d

@ -1,4 +1,4 @@
(defproject joshavg/lein-neo4j "0.3.0"
(defproject joshavg/lein-neo4j "0.4.0"
:description "neo4j server invokable from leiningen"
:url "https://gitea.heevyis.ninja/josha/lein-neo4j"
:license {:name "GPL-3.0"

@ -12,4 +12,4 @@
config (get-in project [:neo4j :config] {})
server (CommunityBootstrapper.)]
(.start server path (Optional/empty) config)
(while (not= nil (read-line)))))
(while true (Thread/sleep 5000))))

Loading…
Cancel
Save