This commit is contained in:
pezcurrel 2022-12-31 09:47:02 +01:00
parent 0863c32703
commit 9919583261

View file

@ -31,7 +31,7 @@
- instances.php: make it possible to search only in uri, name, desc
* VERY IMPORTANT: make a script to set Instances.LastOkCheckTS to the last ok check based on InstChecks (NULL if never)
* getinstinfo.php, instances.php: use the same method that is used in peerscrawl.php to determine if an instance is dead
- mustool.php: could clean InstChecks too now, since we dropped Instances.Dead and use Instances.LastOkCheckTS
* mustool.php: could clean InstChecks too now, since we dropped Instances.Dead and use Instances.LastOkCheckTS
! peerscrawl.php: restore option: script should write a state file with at least the current index in list, better also current round and elapsed time
* peerscrawl.php: make "Peers" and "PeersChecks" tables in db, to store checks and declare dead instances, to avoid uselessy checking all those dead instances
* getinstinfo.php: make langs function and its use better...