r107137 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r107136
|
r107137
|
r107138
>
Date:
07:41, 23 December 2011
Author:
aaron
Status:
ok
Tags:
Comment:
Follow-up
r98698
: Reduce amount of ipv6 spam in FileCacheBase::incrMissesRecent() per CR
Modified paths:
/trunk/phase3/includes/cache/FileCacheBase.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/cache/FileCacheBase.php
—
—
@@ -210,7 +210,7 @@
211
211
return;
212
212
}
213
213
$ip = IP::isIPv6( $ip )
214
- ? IP::sanitizeRange( "$ip/64" )
214
+ ? IP::sanitizeRange( "$ip/32" )
215
215
: IP::sanitizeRange( "$ip/16" );
216
216
217
217
# Bail out if a request already came from this range...
Sign-offs
User
Flag
Date
Nikerabbit
inspected
13:43, 23 December 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r98698
FileCache:...
aaron
17:53, 2 October 2011
Status & tagging log
11:11, 3 January 2012
Hashar
(
talk
|
contribs
)
changed the
status
of r107137
[
removed:
new
added:
ok]