Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1.  
  2. 'generateRankings' => [
  3. 'enabled' => true,
  4. 'rankings' => [
  5. 'topTimeSpent' => [
  6. 'generateDescription' => true,
  7. 'records' => 10,
  8. 'cid' => 178
  9. ],
  10. 'topConnections' => [
  11. 'generateDescription' => true,
  12. 'records' => 10,
  13. 'cid' => 178
  14. ],
  15. 'topConnectionTime' => [
  16. 'generateDescription' => true,
  17. 'records' => 10,
  18. 'cid' => 178
  19. ]
  20. ],
  21. 'interval' => ['days' => 0, 'hours' => 0, 'minutes' => 1, 'seconds' => 0]
  22. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement