core/homeassistant
J. Nick Koston ab2b2f6dd5
Accommodate systems with very large databases and slow disk/cpu (#38947)
On startup we run an sqlite3 quick_check to verify the database
integrity. In the majority of cases, the quick_check takes under
10 seconds.

On systems with very large databases and very slow disk/cpu,
this can take much longer so we freeze the timeout.
2020-08-17 09:47:50 +02:00
..
auth Attrs cleanups (#37849) 2020-07-14 10:30:30 -07:00
components Accommodate systems with very large databases and slow disk/cpu (#38947) 2020-08-17 09:47:50 +02:00
generated Add roon media player integration (#37553) 2020-08-12 09:09:47 -04:00
helpers Update TrackTemplateResultInfo to remove side effects from init (#38934) 2020-08-16 11:16:28 -05:00
scripts
util Intelligent timeout handler for setup/bootstrap (#38329) 2020-08-05 14:58:19 +02:00
__init__.py
__main__.py
block_async_io.py Various type hint improvements (#37952) 2020-07-22 08:06:37 -07:00
bootstrap.py Install a threading.excepthook on python 3.8 and later (#38741) 2020-08-11 09:45:36 +02:00
config.py Fix swapped variables deprecation in log message (#37901) 2020-07-16 10:08:05 +02:00
config_entries.py Add support for reload_on_update to _abort_if_unique_id_configured (#38638) 2020-08-08 13:23:56 -05:00
const.py Add device classes for electrical measurement (#36800) 2020-08-08 21:04:18 +02:00
core.py Add track_template_result method to events (#38802) 2020-08-15 19:53:03 -05:00
data_entry_flow.py
exceptions.py
loader.py Add zeroconf/homekit/ssdp discovery support for custom components (#38466) 2020-08-05 15:50:56 +02:00
package_constraints.txt Bump netdisco to 2.8.2 to accomodate new zeroconf exception (#38949) 2020-08-17 09:46:30 +02:00
requirements.py Intelligent timeout handler for setup/bootstrap (#38329) 2020-08-05 14:58:19 +02:00
runner.py Make executor max_workers consistent between python versions (#38821) 2020-08-13 10:12:18 +02:00
setup.py Intelligent timeout handler for setup/bootstrap (#38329) 2020-08-05 14:58:19 +02:00
strings.json Add URL as common string (#38694) 2020-08-10 22:51:37 +02:00