adzvaughan Posted July 12, 2014 Report Share Posted July 12, 2014 Hi, So I have two servers running and for some reason I cant disable the maintenance. I have set the hiveext.ini file to the below: ;CleanupPlacedAfterDays = -1 I even set it to this: ;CleanupPlacedAfterDays = 9999 Even after setting this to 9999 items older than a 6 days got deleted? I am running CPC indestructible bases. Any help appreciated. Adam Link to comment Share on other sites More sharing options...
0 stonXer Posted July 12, 2014 Report Share Posted July 12, 2014 Event running in your database deleting old items? Link to comment Share on other sites More sharing options...
0 adzvaughan Posted July 12, 2014 Author Report Share Posted July 12, 2014 Only this: DELETE FROM `Object_DATA` WHERE Damage = 1 Runs every day but during testing these items are being deleted with no damage in DB. Link to comment Share on other sites More sharing options...
0 Anarior Posted July 12, 2014 Report Share Posted July 12, 2014 Remove the ; at the start of your line, it should look like: CleanupPlacedAfterDays = -1 Not ;CleanupPlacedAfterDays = -1 ; comments out the line. adzvaughan 1 Link to comment Share on other sites More sharing options...
0 adzvaughan Posted July 12, 2014 Author Report Share Posted July 12, 2014 Remove the ; at the start of your line, it should look like: CleanupPlacedAfterDays = -1 Not ;CleanupPlacedAfterDays = -1 ; comments out the line. To think I run two popular servers :/ , thank you! Link to comment Share on other sites More sharing options...
0 Anarior Posted July 13, 2014 Report Share Posted July 13, 2014 Haha I think we've all made those mistakes adzvaughan 1 Link to comment Share on other sites More sharing options...
0 Markokil321 Posted July 13, 2014 Report Share Posted July 13, 2014 God i was fucked over by this for a very long time... Turns out commenting it just sets it to the default of 6 (or 7) days, and does not disable it. To disable this you could set it to a -1 like mentioned above or put a very high number there. Link to comment Share on other sites More sharing options...
Question
adzvaughan
Hi,
So I have two servers running and for some reason I cant disable the maintenance. I have set the hiveext.ini file to the below:
;CleanupPlacedAfterDays = -1
I even set it to this:
;CleanupPlacedAfterDays = 9999
Even after setting this to 9999 items older than a 6 days got deleted?
I am running CPC indestructible bases.
Any help appreciated.
Adam
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now