Reduce sweep thread stack size from 900 to 768

pull/4/head
DiSlord 6 years ago
parent a2ff8edabd
commit ace88a0b5a

@ -124,7 +124,7 @@ extern int dirty;
bool completed = false;
static THD_WORKING_AREA(waThread1, 900);
static THD_WORKING_AREA(waThread1, 768);
static THD_FUNCTION(Thread1, arg)
{
(void)arg;

Loading…
Cancel
Save

Powered by TurnKey Linux.