0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-03-13 07:53:51 +00:00
nextcloud_server/apps/federation/tests/BackgroundJob
Arthur Schiwon 4c59bc1b9d fix(federation): give some time to prepare both servers
- when this background job runs, while the current server was not being
  added as trusted_server in the other instance, yet, the secret sharing
  would not be attempted again, without visual feedback.
- the change allows 5 attempts, which gives more than 20minutes to
  complete. More do not really help as the endpoint is brute force
  protected.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-04-11 09:53:41 +00:00
..
GetSharedSecretTest.php Port existing server code to new interface 2022-08-08 17:03:19 +02:00
RequestSharedSecretTest.php fix(federation): give some time to prepare both servers 2024-04-11 09:53:41 +00:00