Private GIT

Skip to content
Snippets Groups Projects
Commit 326f42c1 authored by Fernando's avatar Fernando
Browse files

Merge pull request #2102 from fernandog/name_cache

Re-add namecache creation to SickBeard.py
parents 644bb06a 07c8ef72
Branches
Tags
No related merge requests found
...@@ -368,6 +368,9 @@ class SickRage(object): ...@@ -368,6 +368,9 @@ class SickRage(object):
# Fire up all our threads # Fire up all our threads
sickbeard.start() sickbeard.start()
# Build internal name cache
name_cache.buildNameCache()
# Prepopulate network timezones, it isn't thread safe # Prepopulate network timezones, it isn't thread safe
network_timezones.update_network_dict() network_timezones.update_network_dict()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment