Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sympa
sympa
Commits
204e1f92
Unverified
Commit
204e1f92
authored
Apr 10, 2019
by
IKEDA Soji
Committed by
GitHub
Apr 10, 2019
Browse files
Merge pull request #583 from dverdin/list_admins_cache_change by dverdin
Slight change in list admins cache expiry.
parents
69dcb7a1
3f39f564
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/List.pm
View file @
204e1f92
...
...
@@ -693,7 +693,7 @@ sub _cache_get {
$self
->
{
_mtime
}{
$type
}
=
$mtime
;
return
undef
unless
defined
$lasttime
and
defined
$mtime
;
return
undef
if
$lasttime
<
$mtime
;
return
undef
if
$lasttime
<
=
$mtime
;
return
$self
->
{
_cached
}{
$type
};
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment