Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Gu committed Dec 27, 2014
1 parent f76abe9 commit 69953ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion upload/config/autoload/global.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
'markup_exempt_userid_list' => array(1),
// our house publisher ids are exempt from being marked up
'markup_exempt_publisher_info_id_list' => array(),
// default publisher 20% impressions lost to client network bounce rate
// default publisher 0% impressions lost to client network bounce rate
'default_publisher_impressions_network_loss_rate' => 0.00,
// our house publisher ids are exempt from being scrubbed as network loss
'network_loss_exempt_publisher_info_id_list' => array(),
Expand Down
2 changes: 1 addition & 1 deletion upload/config/autoload/global.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ return array(
'markup_exempt_userid_list' => array(1),
// our house publisher ids are exempt from being marked up
'markup_exempt_publisher_info_id_list' => array(),
// default publisher 20% impressions lost to client network bounce rate
// default publisher 0% impressions lost to client network bounce rate
'default_publisher_impressions_network_loss_rate' => 0.00,
// our house publisher ids are exempt from being scrubbed as network loss
'network_loss_exempt_publisher_info_id_list' => array(),
Expand Down

0 comments on commit 69953ec

Please sign in to comment.