Skaldebane
10/14/2024, 3:44 PMSkaldebane
10/14/2024, 3:45 PMSkaldebane
10/14/2024, 3:52 PMdanysantiago
10/16/2024, 4:02 PMTL:DR
section of the blog post to configure the database. Interestingly out of them Room already sets journal_mode
, synchronous
, foreign_keys
, and temp_store
to those values, its the cache_size
and busy_timeout
that need to be set. Room does set a busy_timeout
but its a lower number (3000
). Additionally, Room's connection pool is also 4 readers and one writer as mentioned in the blog.danysantiago
10/16/2024, 4:03 PMSkaldebane
10/16/2024, 10:14 PM