Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Игорь
vtorpoisk
9f4f2745962618bd0166e4f463a3b35442533042
9f4f2745962618bd0166e4f463a3b35442533042
Switch branch/tag
vtorpoisk
lib
Classes
Dadata
Settings.php
Find file
Normal view
History
Permalink
Settings.php
104 Bytes
Edit
Web IDE
Newer
Older
init
Игорь
committed
Mar 01, 2021
1
2
3
4
5
6
7
8
9
<?php
namespace
Dadata
;
class
Settings
{
const
SUGGESTION_COUNT
=
5
;
const
TIMEOUT_SEC
=
3
;
}