Index: trunk/extensions/CodeReview/backend/CodeRepository.php |
— | — | @@ -122,7 +122,7 @@ |
123 | 123 | while ( $row = $dbr->fetchObject( $res ) ) { |
124 | 124 | $authors[] = $row->cr_author; |
125 | 125 | } |
126 | | - $wgMemc->set( $key, $authors, 3600 * 24 * 3 ); |
| 126 | + $wgMemc->set( $key, $authors, 3600 * 24 ); |
127 | 127 | return $authors; |
128 | 128 | } |
129 | 129 | |