This website requires JavaScript.
Explore
Help
Sign In
mamu
/
spacepanel_aggregator
Watch
1
Star
0
Fork
You've already forked spacepanel_aggregator
1
Code
Issues
Pull Requests
Releases
Wiki
Activity
reduced poll time from one hour to one minute
Browse Source
...
This commit is contained in:
Malte Münch
2020-02-17 01:59:49 +01:00
parent
77501ffa1a
commit
4a6d13146a
1 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
2
poll.go
Unescape
Escape
View File
@ -12,7 +12,7 @@ import (
)
const
(
SleepTime
=
60
*
time
.
Minute
SleepTime
=
time
.
Minute
)
var
(
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
mamu/spacepanel_aggregator
Title
Body
Create Issue