1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-10 23:08:07 +00:00

Revert MAX_INTENSITY increase.

Tested with new Catalyst drivers and AMD APP SDK. This is silly and breaks
things.
This commit is contained in:
Noel Maersk 2013-12-03 20:51:08 +02:00
parent 533f16aeb1
commit d062a6086d

View File

@ -1049,8 +1049,8 @@ extern bool add_pool_details(struct pool *pool, bool live, char *url, char *user
#define MIN_INTENSITY 8 #define MIN_INTENSITY 8
#define MIN_INTENSITY_STR "8" #define MIN_INTENSITY_STR "8"
#define MAX_INTENSITY 42 #define MAX_INTENSITY 20
#define MAX_INTENSITY_STR "42" #define MAX_INTENSITY_STR "20"
extern bool hotplug_mode; extern bool hotplug_mode;
extern int hotplug_time; extern int hotplug_time;