Posts: 93
Threads: 29
Joined: Apr 2020
Reputation:
0
Hi our network tech have noticed that ASG transport a lot of data even if asg is used or not (app started but no useage)
it looks like it makes a burst of data once every five minute. about 2,4GByte/h
its a problem that it sends all data at once. And the ammount of data is not awsome for our VPN users.
is this normal?
Can we change this behavior? how can we spread the load and lessen the amount of data.
/Martin
Posts: 11,323
Threads: 103
Joined: Aug 2006
Reputation:
208
Have you set automatic refresh of data every 5 minutes - just set it to 0 and no data will be read... Settings=>Application
Regards/Gruss
Oliver
Posts: 11,323
Threads: 103
Joined: Aug 2006
Reputation:
208
Yes - and no :-)
Changes will be visible for other users after they manually refresh the data (F5) or restart the app - else a lot of data will be read again and again!
Regards/Gruss
Oliver
Posts: 11,323
Threads: 103
Joined: Aug 2006
Reputation:
208
If your users didn't change to "Personal Values" it will take effect on next startup (or Refresh) - but users who changed Settings=>Application to Personal will not be affected
There is no possibility to enforce settings for all users if they use personal values - only chance would be to delete all personal values (for this specific category) and set the usage to Default values
DELETE FROM ItemProperties WHERE ItemId = '1BF121C1-EFC4-4851-9407-D652D3B7C5BF' and UserId <> '00000000-0000-0000-0000-000000000000' and RolePropertyId = 'B34E8B25-FAE8-4D1B-97C6-CA8A6F9F853C'
UPDATE ItemPropertiesUsage SET Usage = 0 WHERE ItemId = '1BF121C1-EFC4-4851-9407-D652D3B7C5BF' and UserId <> '00000000-0000-0000-0000-000000000000' and RolePropertyId = 'B34E8B25-FAE8-4D1B-97C6-CA8A6F9F853C'
But users can always change back!
Regards/Gruss
Oliver