Friendica directory not being updated due to to short default timeout
I have found out that for the default directory at
the timeout of one second is simply to short. I have raised it's minimum value now to 3 seconds.
Plus I replaced
Pull-request is out:
https://github.com/friendica/friendica-directory/pull/71
the timeout of one second is simply to short. I have raised it's minimum value now to 3 seconds.
Plus I replaced
'\Friendica\Some\Foo'
with \Friendica\Some\Foo::class
so your used IDE/PHP editor can find it easier + it must really be there.Pull-request is out:
https://github.com/friendica/friendica-directory/pull/71
Frank Dapor #podmin likes this.
Roland Häder 4 months ago •
Server::computeHealthScore()
invocation,VERSION
is being fetched from github which might slow-down the whole process?Cannot we store that into the
Server
class?Adam 4 months ago
So is there presently a reference or a full sample config file for the directory that would show all configurables?
Roland Häder likes this.
Roland Häder 4 months ago •
./config/local.json
file by adding following block to it (make sure above block ends with a},
):Good luck! 😀
Roland Häder 4 months ago •
::class
changes are left.