buckket / twtxt

Decentralised, minimalist microblogging service for hackers.
http://twtxt.readthedocs.org/en/stable/
MIT License
1.92k stars 79 forks source link

Revamp Config object #41

Closed buckket closed 8 years ago

buckket commented 8 years ago

Currently we’re almost always parsing the config file again when accessing a property. This should be done only once, and then saving the resulting object for later use.