feat(federation): add last_probe_at/probe_attempts columns for peer recovery pacing
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `federation_peers` ADD `last_probe_at` integer;--> statement-breakpoint
|
||||
ALTER TABLE `federation_peers` ADD `probe_attempts` integer DEFAULT 0 NOT NULL;
|
||||
Reference in New Issue
Block a user