You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way I'm using Prejournal for the Ponder Source Books in practice, a localhost reset which imports 1300 movements from about 10 .pj files is already taking 2.5 minutes to execute.
Maybe this is due to Postgres connections not being pooled in php -S localhost:8080 src/server.php, or maybe it's something more fundamental. In any case, this is OK if resets are rare, but if they're part of the standard workflow (make 1 small change in one .pj file, then run the reset script to see the effect) then it is already becoming unusable. :(
The text was updated successfully, but these errors were encountered:
The way I'm using Prejournal for the Ponder Source Books in practice, a localhost reset which imports 1300 movements from about 10 .pj files is already taking 2.5 minutes to execute.
Maybe this is due to Postgres connections not being pooled in
php -S localhost:8080 src/server.php
, or maybe it's something more fundamental. In any case, this is OK if resets are rare, but if they're part of the standard workflow (make 1 small change in one .pj file, then run the reset script to see the effect) then it is already becoming unusable. :(The text was updated successfully, but these errors were encountered: