Skip to content

Commit

Permalink
Comment out default options
Browse files Browse the repository at this point in the history
  • Loading branch information
LucienHH committed Aug 15, 2023
1 parent 77284eb commit 9155811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/portal.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const main = async () => {
inviteOnAdd: true,
conditionToMeet: (player) => player.presenceState === 'Online', // Only add friends that are online and remove friends that are offline
// checkInterval: 30000, // How often to check for friends to add/remove (optional - defaults to 30000ms)
addInterval: 2000, // How long to wait between adding friends (optional - defaults to 2000ms)
removeInterval: 2000, // How long to wait between removing friends (optional - defaults to 2000ms)
// addInterval: 2000, // How long to wait between adding friends (optional - defaults to 2000ms)
// removeInterval: 2000, // How long to wait between removing friends (optional - defaults to 2000ms)
});

// Put your event listeners before portal.start() to ensure you don't miss any events
Expand Down

0 comments on commit 9155811

Please sign in to comment.