Skip to content

Commit d21dd1f

Browse files
committed
symbol refresh interval updated to 60s
1 parent 9d18b62 commit d21dd1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agent/services/lazer_exporter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ fn default_publish_interval() -> Duration {
7979
}
8080

8181
fn default_symbol_fetch_interval() -> Duration {
82-
Duration::from_secs(60 * 60)
82+
Duration::from_secs(60)
8383
}
8484

8585
struct RelayerWsSession {

0 commit comments

Comments
 (0)