Skip to content

Commit

Permalink
Update src/server/shell/token_authority.cpp
Browse files Browse the repository at this point in the history
3000ms == 3s
  • Loading branch information
AlanGriffiths authored Jan 28, 2025
1 parent d7bbd70 commit 4d9ba32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/shell/token_authority.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
namespace
{
/// Time in milliseconds that the compositor will wait before invalidating a token
static auto constexpr token_invalidation_timeout = std::chrono::seconds(3000);
static auto constexpr token_invalidation_timeout = std::chrono::seconds(3);
}

namespace msh = mir::shell;
Expand Down

0 comments on commit 4d9ba32

Please sign in to comment.