We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf8e04 commit b1d659fCopy full SHA for b1d659f
src/ray/rpc/authentication/authentication_token_loader.cc
@@ -44,7 +44,7 @@ constexpr const char *kNoTokenErrorMessage =
44
"or store the token in any file and set RAY_AUTH_TOKEN_PATH to point to it, "
45
"or set the RAY_AUTH_TOKEN environment variable.";
46
47
-const int32_t kRaySATokenTTLSeconds = 300;
+constexpr int kRaySATokenTTLSeconds = 300;
48
49
AuthenticationTokenLoader &AuthenticationTokenLoader::instance() {
50
static AuthenticationTokenLoader instance;
0 commit comments