Skip to content

Commit 5ac06df

Browse files
committed
MOBILE-748: Update default timeout
1 parent 2076131 commit 5ac06df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/com/fingerprintjs/android/fpjs_pro_demo/domain/identification/IdentificationProvider.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class IdentificationProvider @Inject constructor(
3434
apiKey = if (it.enabled) it.public else Credentials.apiKey,
3535
endpointUrl = if (it.enabled) it.region.endpointUrl else Credentials.endpointUrl,
3636
extendedResponseFormat = true,
37-
locationTimeoutMillis = 30_000L,
3837
allowUseOfLocationData = true,
3938
)
4039
)

0 commit comments

Comments
 (0)