Skip to content

Commit

Permalink
doc: timeout down cache
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed May 2, 2024
1 parent 5b48986 commit 7a7c1ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/Ravada/VM.pm
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,12 @@ sub _connect {
return $result;
}

=head2 timeout_down_cache
Returns time in seconds for nodes to be kept cached down.
=cut

sub timeout_down_cache($self) {
return $TIMEOUT_DOWN_CACHE;
}
Expand Down

0 comments on commit 7a7c1ad

Please sign in to comment.