Skip to content

Commit

Permalink
Add some debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbkr committed May 22, 2022
1 parent 26b7670 commit ec88323
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Homepage.rakumod
Expand Up @@ -147,12 +147,15 @@ class Homepage {
= $c.color(bright-magenta, $0, :ul);
}

#$*VM.request-garbage-collection;

$page;
}

method render($client, $platform) {
my $ver = 'v' ~ $!releases.get-latest-version;
my $cache-key = "$client $platform $ver";
#if False and %!cache{$cache-key}:exists {
if %!cache{$cache-key}:exists {
return %!cache{$cache-key};
}
Expand Down

0 comments on commit ec88323

Please sign in to comment.