mirror of
https://github.com/valitydev/hellgate.git
synced 2024-11-06 10:55:22 +00:00
HG-424 Increace hardcoded customer deadline (#247)
* Increace hardcoded customer deadline * Add config to application env
This commit is contained in:
parent
4d8cc6911e
commit
b2efa5ee35
@ -551,7 +551,7 @@ is_binding_outdated(BindingId, #st{binding_starts = Starts}) ->
|
||||
% Old customers will failed after `hardcoded timestamp + ?MAX_BINDING_DURATION`
|
||||
BindingStart = case BindingStart0 of
|
||||
undefined ->
|
||||
<<"2018-09-19T09:00:00Z">>;
|
||||
genlib_app:env(hellgate, legacy_customer_start, <<"2018-09-20T10:00:00Z">>);
|
||||
_ ->
|
||||
BindingStart0
|
||||
end,
|
||||
|
Loading…
Reference in New Issue
Block a user