mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
s/MOZ_WIDGET_GTK2/UNIX_BUT_NOT_MAC/
This commit is contained in:
parent
f043d8c267
commit
de965a7207
@ -636,7 +636,7 @@ pref("urlclassifier.gethashtables", "goog-phish-shavar,goog-malware-shavar");
|
||||
pref("urlclassifier.confirm-age", 2700);
|
||||
|
||||
// Maximum size of the sqlite3 cache during an update, in bytes
|
||||
#ifdef MOZ_WIDGET_GTK2
|
||||
#ifdef UNIX_BUT_NOT_MAC
|
||||
pref("urlclassifier.updatecachemax", 104857600);
|
||||
#else
|
||||
pref("urlclassifier.updatecachemax", -1);
|
||||
|
Loading…
Reference in New Issue
Block a user