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:
parent
12fb35c26d
commit
0350584b16
@ -284,7 +284,7 @@ class Link extends Model
|
||||
return;
|
||||
}
|
||||
|
||||
SaveLinkToWaybackmachine::dispatch($this);
|
||||
SaveLinkToWaybackmachine::dispatchAfterResponse($this);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user