Skip to content

Commit

Permalink
Merge pull request #16 from rollout/caching-issue-fix
Browse files Browse the repository at this point in the history
Don't use getmypid() in distinct_id generation.
  • Loading branch information
AsafRollout authored Apr 5, 2020
2 parents a54a835 + e466fec commit cd0be5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Rox/Server/Client/ServerProperties.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public function __construct(
getmygid(),
get_current_user(),
getmyinode(),
getmypid(),
getlastmod()
]));
}
Expand Down

0 comments on commit cd0be5a

Please sign in to comment.