Skip to content

Commit

Permalink
A Continuation of #458 (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
RimiNosha authored Dec 16, 2023
1 parent 44e1572 commit e1af392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/unit_tests/create_and_destroy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ GLOBAL_VAR_INIT(running_create_and_destroy, FALSE)

// Drastically lower the amount of time it takes to GC, since we don't have clients that can hold it up.
// Except lighting and gravgens have a tendency to hold GC for a moment. - Rimi
SSgarbage.collection_timeout[GC_QUEUE_CHECK] = 30 SECONDS
SSgarbage.collection_timeout[GC_QUEUE_CHECK] = 1 MINUTES
//Prevent the garbage subsystem from harddeling anything, if only to save time
SSgarbage.collection_timeout[GC_QUEUE_HARDDELETE] = 10000 HOURS
//Clear it, just in case
Expand Down

0 comments on commit e1af392

Please sign in to comment.