Quote:
Originally Posted by bsquared
Is 15-20 minutes too much for a c120? I've not kept up with this as much lately so I'd be happy to adjust the deadlines if they are not right.
|
Actually I see the deadline for a c120 is 4 hours. It stopped in 20 minutes because I ran with 12 threads.
Here is the deadline table:
Code:
static const poly_deadline_t time_limits[] = {
// bits, seconds
{248, 1 * 60}, // 74 digits
{264, 2 * 60}, // 80 digits
{304, 6 * 60}, // 92 digits
{320, 15 * 60}, // 97 digits
{348, 30 * 60}, // 105 digits
{365, 1 * 3600}, // 110 digits
{383, 2 * 3600}, // 116 digits
{399, 4 * 3600}, // 120 digits
{416, 8 * 3600}, // 126 digits
{433, 16 * 3600}, // 131 digits
{449, 32 * 3600}, // 135 digits
{466, 64 * 3600}, // 140 digits
{482, 100 * 3600}, // 146 digits
{498, 200 * 3600}, // 150 digits
{514, 300 * 3600}, // 155 digits
};