Skip to content

Commit

Permalink
fixed example GBrowse.conf to use new cleanup arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
lstein committed May 5, 2009
1 parent 7a7e124 commit 75a5d8a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions conf/GBrowse.conf
Expand Up @@ -41,12 +41,14 @@ renderfarm = 1
cache time = 2h
slave_timeout = 45
global_timeout = 60
remember_settings_time = 1M

# Appearance (can be overridden in per datasource config files)
# Clean up settings (used by the gbrowse_clean script)
expire session = 1M # expire unused sessions after a month
expire cache = 2h # expire cached data if unmodified for >2 hours
expire uploads = 6w # expire uploaded data if unused for >6 weeks

# better appearance at the expense of larger image files
truecolor = 1
# Appearance settings
truecolor = 1 # better appearance at the expense of larger image files

# The #include line following this one defines a transparent theme.
# Replace "transparent_colors" with "solid_gray_colors"
Expand Down
2 changes: 1 addition & 1 deletion lib/Bio/Graphics/Browser/RenderPanels.pm
Expand Up @@ -1060,7 +1060,7 @@ sub run_local_requests {
my $args = shift;
my $labels = shift;

warn "[$$] run_local_requests"; # if DEBUG;
warn "[$$] run_local_requests" if DEBUG;

$labels ||= [keys %$requests];

Expand Down

0 comments on commit 75a5d8a

Please sign in to comment.