Skip to content

Commit

Permalink
continue cms documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ANNE Etienne authored and ANNE Etienne committed Nov 22, 2024
1 parent 63d13fb commit 72c0ff9
Show file tree
Hide file tree
Showing 15 changed files with 11,805 additions and 17,371 deletions.
4 changes: 4 additions & 0 deletions daikoku/app/env/env.scala
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,8 @@ class DaikokuEnv(
override def initDatastore(
path: Option[String] = None
)(implicit ec: ExecutionContext): Future[Done] = {


def run(isEmpty: Boolean): Future[Unit] = {
if (isEmpty) {
(dataStore match {
Expand Down Expand Up @@ -604,6 +606,8 @@ class DaikokuEnv(

dataStore.start()

println("start datastore")

Source
.tick(1.second, 5.seconds, ())
.mapAsync(1) { _ =>
Expand Down
Loading

0 comments on commit 72c0ff9

Please sign in to comment.