diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-11-25 15:17:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-25 15:17:02 -0500 |
commit | fe46976256aa3a5cac9baf745ac1debcb49d00c0 (patch) | |
tree | fa093a584b6990827fbb1bed37feccc3958ab71f /internal/notices/notices.go | |
parent | 6981c08b60cccc7454038bb21391bd585a133684 (diff) |
fix: enhance readme, and update notice duration (#12)
* Move main.go to root for easy go install ...
* Better README
* elongate notice duration
Diffstat (limited to 'internal/notices/notices.go')
-rw-r--r-- | internal/notices/notices.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/notices/notices.go b/internal/notices/notices.go index 49fb179..4fbd807 100644 --- a/internal/notices/notices.go +++ b/internal/notices/notices.go @@ -11,7 +11,7 @@ import ( ) const ( - expiryDelay = 1 // seconds + expiryDelay = 3 // seconds ) type NoticeExpiryMsg string |