Use default movie cache size of 4GiB

This commit is contained in:
Sergey Sharybin
2018-11-23 12:26:49 +01:00
parent 7b0f638ff6
commit 859d5e5699

View File

@@ -83,6 +83,7 @@ void BLO_update_defaults_userpref_blend(void)
/* Only enable tooltips translation by default, without actually enabling translation itself, for now. */
U.transopts = USER_TR_TOOLTIPS;
U.memcachelimit = 4096;
}
/**