Skip to content

Commit

Permalink
[IMP] adapt to use websocket instead of longpolling
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd authored and OCA-git-bot committed Feb 16, 2024
1 parent f84c7f2 commit e845c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth_session_timeout/data/ir_config_parameter_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</record>
<record id="inactive_session_time_out_ignored_url" model="ir.config_parameter">
<field name="key">inactive_session_time_out_ignored_url</field>
<field name="value">/calendar/notify,/longpolling/poll</field>
<field name="value">/calendar/notify,/bus/im_status</field>
</record>
</odoo>

0 comments on commit e845c6b

Please sign in to comment.