lilalo

changeset 82:7fb205f2c514

Увеличено количество строк вывода при распознавании агентом
author devi
date Fri Feb 24 08:49:31 2006 +0200 (2006-02-24)
parents d9a700d48bef
children bdc1f02d3f87
files l3config.pm
line diff
     1.1 --- a/l3config.pm	Thu Feb 23 22:26:38 2006 +0200
     1.2 +++ b/l3config.pm	Fri Feb 24 08:49:31 2006 +0200
     1.3 @@ -32,10 +32,10 @@
     1.4      "terminal_height"   => 300,
     1.5      "verbose"           => "yes",
     1.6  
     1.7 -    "head_lines"        => 5,
     1.8 -    "tail_lines"        => 5,
     1.9 -    "cache_head_lines"  => 150,
    1.10 -    "cache_tail_lines"  => 150,
    1.11 +    "head_lines"        => 10,
    1.12 +    "tail_lines"        => 10,
    1.13 +    "cache_head_lines"  => 250,
    1.14 +    "cache_tail_lines"  => 250,
    1.15      "skip_text"         => "...",
    1.16      "show_time"         => "yes",
    1.17      "show_diffs"        => "yes",