You are here

constant LINKIT_REMOTE_TIMEOUT in Linkit 7.3

Define the client side timeout for a request to the server.

2 uses of LINKIT_REMOTE_TIMEOUT
LinkitProfileUICRUDTestCase::testUpdateProfile in test/linkit_profile.test
Update a profile.
_linkit_build_autocomplete_form_fields in plugins/export_ui/linkit_profiles.inc
Append autocomplete (BAC) form element to the profile form.

File

./linkit.module, line 41
Main file for Linkit module.

Code

define('LINKIT_REMOTE_TIMEOUT', 10000);