Merge remote-tracking branch 'github-pull/43/head'

This commit is contained in:
Luke Dashjr 2024-12-07 22:03:49 +00:00
commit 7be012af2e
No known key found for this signature in database
GPG Key ID: A291A2C45D0C504A

View File

@ -45,7 +45,7 @@
// Works out to over 5 minutes of jobs at 30-40 second work change intervals. No miner should be holding on to work this long. // Works out to over 5 minutes of jobs at 30-40 second work change intervals. No miner should be holding on to work this long.
#define MAX_DATUM_PROTOCOL_JOBS 8 #define MAX_DATUM_PROTOCOL_JOBS 8
#define DATUM_PROTOCOL_VERSION "v0.2-beta" // this is sent to the server as a UA #define DATUM_PROTOCOL_VERSION "v0.2.1-beta" // this is sent to the server as a UA
#define DATUM_PROTOCOL_CONNECT_TIMEOUT 30 #define DATUM_PROTOCOL_CONNECT_TIMEOUT 30
#define DATUM_PROTOCOL_MAX_CMD_DATA_SIZE 4194304 // 2^22 - protocol limit! #define DATUM_PROTOCOL_MAX_CMD_DATA_SIZE 4194304 // 2^22 - protocol limit!