Skip to content

Commit

Permalink
Faster visitor counter.
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrowicaksono committed Jun 7, 2016
1 parent 237195a commit bcd926d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/contents/visitor.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
$photo = 'person.png';
$expire = 0;
// sleep for a while
sleep(1);
sleep(0);

/**
* check if already checkin
Expand Down

0 comments on commit bcd926d

Please sign in to comment.