]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Don't write History for link import 992/head
authorArthurHoaro <arthur@hoa.ro>
Sat, 7 Oct 2017 14:40:16 +0000 (16:40 +0200)
committerArthurHoaro <arthur@hoa.ro>
Sat, 7 Oct 2017 14:40:16 +0000 (16:40 +0200)
With large imports it has a large impact on performances and isn't really useful.

Instead, write an IMPORT event, which let client using the history service resync its DB.

-> 15k link import done in 6 seconds.

Fixes #985


No differences found