]> granicus.if.org Git - ejabberd/commit
Speedup configuration options lookup
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>
Sun, 16 Apr 2017 12:29:10 +0000 (15:29 +0300)
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>
Sun, 16 Apr 2017 12:29:10 +0000 (15:29 +0300)
commit78dba217bfb28c040b2a8a8afc0879f18ed27c6b
treeecac4511a2c27a86749a8afd51710ff596dc4409
parent3b14b35252fab53984c6fb6f58500269180be28d
Speedup configuration options lookup

We now avoid excessive ETS lookups; instead, we use dynamically
compiled module 'ejabberd_options' keeping the configuration options
src/ejabberd_config.erl
src/ejabberd_listener.erl
src/ejabberd_options.erl [new file with mode: 0644]