Jump to content

kmiller

Member
  • Posts

    9
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    kmiller got a reaction from SmokeyBR in mission_check.sqf takes a lot of time   
    Hi,
    i had the problem that joining the server after a restart took like 4 minutes. To spot the problem, i added many diag_log-Lines to specific serverfiles so I can see where the server gets stuck.
    The problematic files were dayz_server\init\server_functions.sqf and dayz_server\init\mission_check.sqf (the second file gets included in the first file)
    Here you see my RPT:
    As you can see nearly 2 minutes are used between SERVER_FUNCTIONS 21 kk_functions and MISSION_CHECK 22. Thats exactly where the mission_check.sqf is doing his work.
    Even with the default version of this file, it takes two minutes on my server. When I comment everything out there, the server starts noticeable faster.
    So in short terms: With no mission_check.sqf my server starts noticeable faster.
    Does anyone know how I can tackle this? Did I do something wrong?
×
×
  • Create New...