Skip to content

Commit

Permalink
Update nicehash.js
Browse files Browse the repository at this point in the history
  • Loading branch information
manustars authored Oct 7, 2024
1 parent 20a7f01 commit cfdde30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nicehash.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const crypto = require('crypto')
const API_BASE_URL = 'https://api2.nicehash.com';
const axiosConfig = {
baseURL: API_BASE_URL,
timeout: 1000 * 600,
timeout: 1000 * 10,
}

class NiceHashClient {
Expand Down

0 comments on commit cfdde30

Please sign in to comment.