File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,6 @@ class PostgresStoreAggregatedIP implements Store {
22
22
*/
23
23
prefix : string
24
24
25
- /**
26
- * The type of session (as an enum)
27
- */
28
- SESSION_TYPE : string = 'aggregated'
29
-
30
25
/**
31
26
* The database connection pool.
32
27
*/
@@ -37,11 +32,6 @@ class PostgresStoreAggregatedIP implements Store {
37
32
*/
38
33
windowMs ! : number
39
34
40
- /**
41
- * The time at which all hit counts will be reset.
42
- */
43
- resetTime ! : Date
44
-
45
35
/**
46
36
* @constructor for `PostgresStoreAggregatedIP`.
47
37
*
Original file line number Diff line number Diff line change @@ -27,21 +27,11 @@ class PostgresStoreIndividualIP implements Store {
27
27
*/
28
28
prefix : string
29
29
30
- /**
31
- * The type of session (as an enum)
32
- */
33
- SESSION_TYPE : string = 'individual'
34
-
35
30
/**
36
31
* The duration of time before which all hit counts are reset (in milliseconds).
37
32
*/
38
33
windowMs ! : number
39
34
40
- /**
41
- * The time at which all hit counts will be reset.
42
- */
43
- resetTime ! : Date
44
-
45
35
/**
46
36
* @constructor for `PostgresStoreIndividualIP`.
47
37
*
You can’t perform that action at this time.
0 commit comments