Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
goshimmer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iota-imt
goshimmer
d951039dfbcb4fe0035b7dc38af1b0cfb6703a4a
goshimmer
plugins
statusscreen
constants.go
Find file
Normal view
Permalink
constants.go
90 B
Newer
Older
Feat: commit of initial packages
Hans Moog
committed
5 years ago
1
2
3
4
5
package
statusscreen
import
"time"
const
(
refactoring via goimports
capossele
committed
5 years ago
6
REPAINT_INTERVAL
=
500
*
time
.
Millisecond
Feat: commit of initial packages
Hans Moog
committed
5 years ago
7
)