mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-15 23:29:21 +03:00
Avoid generating confusing warning.
Now the disc cache will be disabled silently if its too slow.
This commit is contained in:
parent
d038af3178
commit
82237d7070
@ -2444,7 +2444,7 @@ static void llcache_persist_slowcheck(void *p)
|
|||||||
if (total_bandwidth < llcache->minimum_bandwidth) {
|
if (total_bandwidth < llcache->minimum_bandwidth) {
|
||||||
LOG(("Current bandwidth %llu less than minimum %llu",
|
LOG(("Current bandwidth %llu less than minimum %llu",
|
||||||
total_bandwidth, llcache->minimum_bandwidth));
|
total_bandwidth, llcache->minimum_bandwidth));
|
||||||
warn_user("LowDiscWriteBandwidth", 0);
|
LOG(("Disabling disc cache; too slow"));
|
||||||
guit->llcache->finalise();
|
guit->llcache->finalise();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3159,9 +3159,6 @@ de.all.DirectoryError:Verzeichnis '%s' existiert bereits.
|
|||||||
fr.all.DirectoryError:répertoire '%s' existe déjà
|
fr.all.DirectoryError:répertoire '%s' existe déjà
|
||||||
it.all.DirectoryError:La directory '%s' è già esistente
|
it.all.DirectoryError:La directory '%s' è già esistente
|
||||||
nl.all.DirectoryError:map '%s' bestaat reeds
|
nl.all.DirectoryError:map '%s' bestaat reeds
|
||||||
en.all.LowDiscWriteBandwidth:Disc cache write bandwidth is too low: the cache will be disabled. If this occurs frequently the cache should be disabled by setting the configured size to 0.
|
|
||||||
fr.all.LowDiscWriteBandwidth:La bande passante en écriture de la mémoire cache est trop faible : le cache sera désactivé. Si cela se produit fréquemment le cache doit être désactivé en définissant la taille configurée à 0.
|
|
||||||
nl.all.LowDiscWriteBandwidth:Bandbreedte te laag voor schijfbuffer; buffer wordt uitgeschakeld. Zet schijfbuffergrootte op 0 wanneer dit regelmatig voorkomt.
|
|
||||||
|
|
||||||
# Error messages for Amiga version only
|
# Error messages for Amiga version only
|
||||||
en.ami.CompError:Unable to open
|
en.ami.CompError:Unable to open
|
||||||
|
Loading…
Reference in New Issue
Block a user