-
Marco De Donno authored
Remove the db.get_account_type_id_name() function and remplace it with a pre-fetched version at startup This will lower the potential cost of this function against the database by computing it only once at startup.
Marco De Donno authoredRemove the db.get_account_type_id_name() function and remplace it with a pre-fetched version at startup This will lower the potential cost of this function against the database by computing it only once at startup.
Loading