Skip to content

Conversation

@localvar
Copy link
Contributor

@localvar localvar commented Jan 8, 2026

Description

fix wrong default value for password reuse time.

Issue(s)

Checklist

Please check the items in the checklist if applicable.

  • Is the user manual updated?
  • Are the test cases passed and automated?
  • Is there no significant decrease in test coverage?

Copilot AI review requested due to automatic review settings January 8, 2026 03:00
@gemini-code-assist
Copy link
Contributor

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR corrects a bug where the passwordReuseTime field was incorrectly assigned the wrong default constant value. The field was using TSDB_USER_PASSWORD_GRACE_TIME_DEFAULT (7 days) instead of the correct TSDB_USER_PASSWORD_REUSE_TIME_DEFAULT (30 days).

  • Changed passwordReuseTime assignment to use the correct default constant (TSDB_USER_PASSWORD_REUSE_TIME_DEFAULT)
  • Removed outdated comment about vnodePerCall not being implemented

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@localvar localvar requested a review from zitsen as a code owner January 8, 2026 05:44
@guanshengliang guanshengliang merged commit 34bf747 into main Jan 8, 2026
17 of 18 checks passed
@guanshengliang guanshengliang deleted the fix/wrong-pass-reuse-time branch January 8, 2026 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants