Show More
@@ -412,6 +412,8 b' rc_cache.cache_repo_longterm.max_size = ' | |||
|
412 | 412 | ; ************************************************* |
|
413 | 413 | rc_cache.cache_perms.backend = dogpile.cache.rc.file_namespace |
|
414 | 414 | rc_cache.cache_perms.expiration_time = 300 |
|
415 | ; file cache store path. Defaults to `cache_dir =` value or tempdir if both values are not set | |
|
416 | #rc_cache.cache_perms.arguments.filename = /tmp/cache_perms.db | |
|
415 | 417 | |
|
416 | 418 | ; alternative `cache_perms` redis backend with distributed lock |
|
417 | 419 | #rc_cache.cache_perms.backend = dogpile.cache.rc.redis |
@@ -433,6 +435,8 b' rc_cache.cache_perms.expiration_time = 3' | |||
|
433 | 435 | ; *************************************************** |
|
434 | 436 | rc_cache.cache_repo.backend = dogpile.cache.rc.file_namespace |
|
435 | 437 | rc_cache.cache_repo.expiration_time = 2592000 |
|
438 | ; file cache store path. Defaults to `cache_dir =` value or tempdir if both values are not set | |
|
439 | #rc_cache.cache_repo.arguments.filename = /tmp/cache_repo.db | |
|
436 | 440 | |
|
437 | 441 | ; alternative `cache_repo` redis backend with distributed lock |
|
438 | 442 | #rc_cache.cache_repo.backend = dogpile.cache.rc.redis |
@@ -363,6 +363,8 b' rc_cache.cache_repo_longterm.max_size = ' | |||
|
363 | 363 | ; ************************************************* |
|
364 | 364 | rc_cache.cache_perms.backend = dogpile.cache.rc.file_namespace |
|
365 | 365 | rc_cache.cache_perms.expiration_time = 300 |
|
366 | ; file cache store path. Defaults to `cache_dir =` value or tempdir if both values are not set | |
|
367 | #rc_cache.cache_perms.arguments.filename = /tmp/cache_perms.db | |
|
366 | 368 | |
|
367 | 369 | ; alternative `cache_perms` redis backend with distributed lock |
|
368 | 370 | #rc_cache.cache_perms.backend = dogpile.cache.rc.redis |
@@ -384,6 +386,8 b' rc_cache.cache_perms.expiration_time = 3' | |||
|
384 | 386 | ; *************************************************** |
|
385 | 387 | rc_cache.cache_repo.backend = dogpile.cache.rc.file_namespace |
|
386 | 388 | rc_cache.cache_repo.expiration_time = 2592000 |
|
389 | ; file cache store path. Defaults to `cache_dir =` value or tempdir if both values are not set | |
|
390 | #rc_cache.cache_repo.arguments.filename = /tmp/cache_repo.db | |
|
387 | 391 | |
|
388 | 392 | ; alternative `cache_repo` redis backend with distributed lock |
|
389 | 393 | #rc_cache.cache_repo.backend = dogpile.cache.rc.redis |
General Comments 0
You need to be logged in to leave comments.
Login now