Skip to content

Commit

Permalink
Update stream_events.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenmichelle1 committed Aug 29, 2023
1 parent 8db5c0a commit 364f28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/stream_events.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# frozen_string_literal: true

module StreamEvents
# 3 hour session time limit (10,800 seconds), capping at 30 mins (1800 seconds)
# 3 hour session time limit (10,800 seconds), capping at 3 hours (10,800 seconds)
SESSION_LIMIT = 10_800
SESSION_CAP = 1800
SESSION_CAP = 10_800

def self.from(event)
if comment_event?(event)
Expand Down

0 comments on commit 364f28d

Please sign in to comment.