1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-04-21 07:22:20 +02:00

Optimize performance of adding links by delaying the execution of the Wayback Machine backup

This commit is contained in:
Kovah 2020-12-17 22:21:16 +01:00
parent 12fb35c26d
commit 0350584b16
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -284,7 +284,7 @@ class Link extends Model
return;
}
SaveLinkToWaybackmachine::dispatch($this);
SaveLinkToWaybackmachine::dispatchAfterResponse($this);
}
/**