refactor: improve click buffer performance

This commit is contained in:
sjdonado
2025-11-02 08:48:10 +01:00
parent 046b15bdce
commit 0c89fad713
5 changed files with 236 additions and 146 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ OptionParser.parse do |parser|
parser.on("--update-parsers", "Download UA regexes and/or GeoLite2 database") do
puts "=== Starting data files update ==="
App::Services::Cli.update_uap_regexes
App::Services::Cli.download_geolite_db
App::Services::Cli.update_geolite_db
puts "=== Data files updated successfully ==="
exit
end