16 lines
496 B
Plaintext
16 lines
496 B
Plaintext
{
|
|
# ----------------------------------------------------------------------
|
|
# Parameters for 'afio' only
|
|
|
|
# True to show block numbers}
|
|
$afio_echo_block = 'false';
|
|
{
|
|
# Files less than this size (kilobytes) won't be compressed}
|
|
$afio_compress_threshold = '3';
|
|
{
|
|
# Maximum amount of memory (megabytes) to use for temporary storage of
|
|
# compression results. If a compressed file is bigger than this, compression
|
|
# will have to run twice on the file (see manpage).}
|
|
$afio_compress_cache_size = '2';
|
|
|