Skip to content

Commit

Permalink
faster fileindex
Browse files Browse the repository at this point in the history
SQUASHED:
  • Loading branch information
JensLincke committed Feb 14, 2025
1 parent 16fbff8 commit 2f6916f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
## Getting Started



<lively-import src="https://lively-kernel.org/lively4/lively4-petrinet/doc/_navigation.html" alt=""></lively-import>

Directly start developing in your Chrome by visiting [lively4](https://lively-kernel.org/lively4/lively4-core/start.html) and follow the [Getting Started Guide](./doc/tutorial/index.md). Through checking out and serving git repositories with the [lively4-server](https://github.com/LivelyKernel/lively4-server), we can directly edit and use the environment in a self-supporting way.
Expand Down
4 changes: 2 additions & 2 deletions src/client/fileindex.js
Original file line number Diff line number Diff line change
Expand Up @@ -815,8 +815,8 @@ MD*/
console.log("[fileindex] addFile "+ url + " FINISHED (" + Math.round(performance.now() - start) + "ms)")

if (slowdown && addedContent) {
console.log("[fileindex] wait a bit")
await wait(100) // slow down the indexing
// console.log("[fileindex] wait a bit")
await wait(10) // slow down the indexing
}
}

Expand Down

0 comments on commit 2f6916f

Please sign in to comment.