issues
search
NNTmux
/
newznab-tmux
Laravel based usenet indexer
GNU General Public License v3.0
210
stars
52
forks
source link
Retrieve all settings once
#1581
Closed
ghost
closed
4 months ago
ghost
commented
4 months ago
Every time Settings class is instantiated it will retrieve all settings in one go. No more separate queries for one row.
Can still use the settingValue method everywhere in NNTmux like before