Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit63f8909

Browse files
committed
[2.0.0-SNAPSHOT]
1010L->1015L reset time
1 parent47e04a8 commit63f8909

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/main/java/io/goodforgod/api/etherscan/manager/RequestQueueManager.java‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ public interface RequestQueueManager extends AutoCloseable {
1616
/**
1717
* Is used by default when no API KEY is provided
1818
*/
19-
RequestQueueManagerANONYMOUS =newSemaphoreRequestQueueManager(1,Duration.ofMillis(5010L));
19+
RequestQueueManagerANONYMOUS =newSemaphoreRequestQueueManager(1,Duration.ofMillis(5015L));
2020

2121
/**
2222
* Is available for all registered free API KEYs
2323
* <a href="https://docs.etherscan.io/getting-started/viewing-api-usage-statistics">Free API KEY</a>
2424
*/
25-
RequestQueueManagerFREE_PLAN =newSemaphoreRequestQueueManager(5,Duration.ofMillis(1010L));
26-
RequestQueueManagerSTANDARD_PLAN =newSemaphoreRequestQueueManager(10,Duration.ofMillis(1010L));
27-
RequestQueueManagerADVANCED_PLAN =newSemaphoreRequestQueueManager(20,Duration.ofMillis(1010L));
28-
RequestQueueManagerPROFESSIONAL_PLAN =newSemaphoreRequestQueueManager(30,Duration.ofMillis(1010L));
25+
RequestQueueManagerFREE_PLAN =newSemaphoreRequestQueueManager(5,Duration.ofMillis(1015L));
26+
RequestQueueManagerSTANDARD_PLAN =newSemaphoreRequestQueueManager(10,Duration.ofMillis(1015L));
27+
RequestQueueManagerADVANCED_PLAN =newSemaphoreRequestQueueManager(20,Duration.ofMillis(1015L));
28+
RequestQueueManagerPROFESSIONAL_PLAN =newSemaphoreRequestQueueManager(30,Duration.ofMillis(1015L));
2929

3030
RequestQueueManagerUNLIMITED =newFakeRequestQueueManager();
3131

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp