Skip to content

Commit

Permalink
幻想郷ラジオからの情報取得の頻度を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
kosugikun committed Aug 2, 2022
1 parent 1b2737b commit e402e51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.jagrosh</groupId>
<artifactId>JMusicBot</artifactId>
<!-- バージョン装飾子参考の参考に: https://kengotoda.gitbooks.io/what-is-maven/deploy/snapshot-and-stable.html -->
<version>0.7.0</version>
<version>0.7.1</version>
<packaging>jar</packaging>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/cosgy/agent/GensokyoInfoAgent.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

public class GensokyoInfoAgent extends Thread {
private static final Logger log = LoggerFactory.getLogger(GensokyoInfoAgent.class);
private static final int INTERVAL_MILLIS = 5000; // 5 secs
private static final int INTERVAL_MILLIS = 60000; // 5 secs
private static ResultSet info = null;
private static String lastSong = "";

Expand Down

0 comments on commit e402e51

Please sign in to comment.