-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(variant): improve performances and correct snapshot generation (#…
…1854) Cette PR permet de corriger (en partie) le problème de lenteur de la génération des variants en évitant de générer le snapshot s'il existe déjà. En effet, lorsqu'un variant est modifié, son snapshot n'est plus à jour et il suffit d'appliquer les nouvelles commandes pour le mettre à jour. Dans de rares cas, par exemple si l'utilisateur modifie l'historique des commandes, le snapshot ne sera pas mis à jour correctement. Cette situation n'est pour l'instant pas gérée automatiquement.
- Loading branch information
1 parent
ece239f
commit 9b0d27c
Showing
5 changed files
with
276 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.