Skip to content

Commit f1733af

Browse files
Carreaudlqqq
andauthored
Update tools/last_user_activity.py
Co-authored-by: David L. Qiu <[email protected]>
1 parent 9e2406e commit f1733af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/last_user_activity.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,8 @@ async def main(orgs, debug: bool, timelimit_days: int):
322322
parser.add_argument(
323323
"--timelimit-days",
324324
type=int,
325-
default=0,
326-
help="Time limit in days for the last activity (default: 30)",
325+
default=365,
326+
help="Maximum number of days since last activity before an account is marked as inactive. (default: 365)",
327327
)
328328
parser.add_argument(
329329
"--orgs",

0 commit comments

Comments
 (0)