This commit is contained in:
pezcurrel 2022-12-26 12:30:23 +01:00
parent 61da12100f
commit 93c9e4105e

View file

@ -22,7 +22,9 @@
--- Tech ---
- getinstinfo.php, instances.php: use the same method that is used in peerscrawl.php to determine if an instance is dead
* 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
! 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...