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 '\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:
github.com/friendica/friendica…
Frank Dapor #podmin likes this.
Roland Häder🇩🇪
in reply to Roland Häder🇩🇪 • •I also noticed that for every
Server::computeHealthScore()
invocation,VERSION
is being fetched from github which might slow-down the whole process?Cannot we store that into the
Server
class?Roland Häder🇩🇪
in reply to Roland Häder🇩🇪 • •::class
changes are left.Roland Häder🇩🇪
Unknown parent • •./config/local.json
file by adding following block to it (make sure above block ends with a},
):Good luck!