Skip to content

Commit

Permalink
better thread name
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Oct 30, 2024
1 parent 6688846 commit b6bc2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion time-manager/System/TimeManager.hs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ initialize timeout =
defaultReaperSettings
{ reaperAction = mkListAction prune
, reaperDelay = timeout
, reaperThreadName = "TimeManager (Reaper)"
, reaperThreadName = "WAI timeout manager (Reaper)"
}
where
prune m@(Handle _ actionRef stateRef) = do
Expand Down

0 comments on commit b6bc2b6

Please sign in to comment.