305
295
katze_assign (config_file, g_build_filename (midori_paths_get_cache_dir (), "web", NULL));
306
296
feature = SOUP_SESSION_FEATURE (soup_cache_new (config_file, 0));
307
297
soup_session_add_feature (session, feature);
308
298
soup_cache_set_max_size (SOUP_CACHE (feature),
309
299
katze_object_get_int (settings, "maximum-cache-size") * 1024 * 1024);
310
300
soup_cache_load (SOUP_CACHE (feature));