[go: up one dir, main page]

Skip to content

Fix: serve reload crash

Updating content while serving pages was causing the SuCoS to crash.

  1. ignore changes in the .git folder
  2. skip file changes too close to each other (sometimes the file watcher trigger the same modification twice)

Merge request reports

Loading