no message
This commit is contained in:
parent
0db9c5a249
commit
97a753593e
|
|
@ -371,7 +371,7 @@ type t_worker_base = class()
|
||||||
function post_to_(t,d); //发送
|
function post_to_(t,d); //发送
|
||||||
begin
|
begin
|
||||||
if ifnil(d) then return 0;
|
if ifnil(d) then return 0;
|
||||||
r := setglobalcache(format_idx(t),d,now()+0.001) ;
|
r := setglobalcache(format_idx(t),d,now()+1) ;
|
||||||
return 1;
|
return 1;
|
||||||
end
|
end
|
||||||
{**
|
{**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue