]> git.mxchange.org Git - fba.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 6 Sep 2023 08:58:23 +0000 (10:58 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 6 Sep 2023 08:58:23 +0000 (10:58 +0200)
commitc9d13a7ea6337b861a893e041c423f2f14be10f1
tree8f64be36f33e17d0385ab2f6b5564e0a52a0e022
parentfd42dda6d006948781bac438e260c36b41c80835
Continued:
- added last_response_time which is a float that stores the last response time
- you have to run following SQL statement on your blocks.db:
  ALTER TABLE instances ADD last_response_time FLOAT NULL DEFAULT NULL;
blocks_empty.db
daemon.py
fba/commands.py
fba/http/csrf.py
fba/http/network.py
fba/models/instances.py