Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/snowplow/constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const string SNOWPLOW_SESSION_EVENT_INDEX = "eventIndex";
const string SNOWPLOW_SESSION_STORAGE = "storageMechanism";
const string SNOWPLOW_SESSION_FIRST_ID = "firstEventId";
const string SNOWPLOW_SESSION_FIRST_TIMESTAMP = "firstEventTimestamp";
const unsigned long long SNOWPLOW_SESSION_DEFAULT_TIMEOUT = 30 * 1000 * 1000; // 30 minutes
const unsigned long long SNOWPLOW_SESSION_DEFAULT_TIMEOUT = 30 * 60 * 1000; // 30 minutes

// emitter defaults
const int SNOWPLOW_EMITTER_DEFAULT_BATCH_SIZE = 250;
Expand Down
Loading