From: ArthurHoaro Date: Sat, 7 Oct 2017 14:40:16 +0000 (+0200) Subject: Don't write History for link import X-Git-Tag: v0.9.4~46^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=66e74d50d38a6fea8fc904a1746157633de7cc65;hp=66e74d50d38a6fea8fc904a1746157633de7cc65;p=github%2Fshaarli%2FShaarli.git Don't write History for link import 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 ---