Commit Graph

15553 Commits

Author SHA1 Message Date
Andy H d7b411e9bc Corrected names of account-types 2017-06-17 12:36:14 +07:00
Hypolite Petovan d2f2e1c371 Merge pull request #3533 from annando/1706-worker-even-faster
Further improvements to the workerqueue
2017-06-15 21:48:53 -04:00
Michael bafa26c060 We don't need the timeout there anymore 2017-06-13 22:25:24 +00:00
Michael a7526f1291 New function for affected rows 2017-06-13 21:56:50 +00:00
Michael a056afd566 Small corrections 2017-06-13 20:51:24 +00:00
Michael 5183de8075 Don't fork these calls 2017-06-13 15:14:53 +00:00
Michael 21e84e4d25 Fetching new queue tasks in a bulk to increase speed 2017-06-13 13:51:25 +00:00
Michael e232c683b6 Changed timeout, logging added 2017-06-13 09:03:19 +00:00
Michael cd129665ef örgs 2017-06-13 05:56:02 +00:00
Michael 97be344a4a Handle deadlocks centrally 2017-06-13 05:52:59 +00:00
Michael 228993596a Really fast, sadly with deadlocks 2017-06-12 21:39:20 +00:00
Michael 1301a29505 It's faster without locks, gnarl ... 2017-06-12 19:20:50 +00:00
Michael 16df7715b9 Avoid locking problems in lock class 2017-06-12 15:42:54 +00:00
Michael 1932a6d634 Replaced "table lock" - it is not so good, it seems 2017-06-12 14:19:47 +00:00
Michael 2372ef7fd5 Locking seems to be better here 2017-06-12 12:28:48 +00:00
Michael 58880ca518 Merge branch '1706-worker-even-faster' of github.com:annando/friendica into 1706-worker-even-faster 2017-06-12 09:46:07 +00:00
Michael dc00d89b9a Remove test message 2017-06-12 09:45:13 +00:00
Michael 8be52424f5 Only check for stale processes every 5 minutes 2017-06-12 09:44:46 +00:00
Michael d4fc7c3f68 And some more integer 2017-06-11 20:41:01 +00:00
Michael 4fdaca861b Contact ID is integer 2017-06-11 20:25:51 +00:00
Michael 7d0a7f6be9 We got rid of two workerqueue queries, yeah! 2017-06-11 19:51:18 +00:00
Michael 06815f1a38 Merge remote-tracking branch 'upstream/develop' into 1706-worker-even-faster
Conflicts:
	include/poller.php
2017-06-11 07:49:34 +00:00
Michael 4f70682f7a Inherit the creation date 2017-06-11 07:41:38 +00:00
Tobias Diekershoff de5a0dadb0 Merge pull request #3534 from AndyHee/20170609-User_settings
Better input hints, user settings, account types
2017-06-09 12:39:50 +02:00
Andy H ccbb50b589 Regenerated master messages.po file 2017-06-09 16:44:42 +07:00
Andy H c8f87e1c28 Updated settings.php 2017-06-09 16:21:25 +07:00
Andy H 7f0988a103 Regenerated master messages.po file 2017-06-09 15:42:31 +07:00
Tobias Diekershoff 1838024f6d Merge pull request #3528 from Hypolite/task/replace-explicit-php-logical-operators
Replace explicit php logical operators
2017-06-09 07:44:19 +02:00
Hypolite Petovan ad4cdf2a9d Replace lowercase operators 2017-06-08 21:03:44 -04:00
rabuzarus fa27256932 Merge pull request #3527 from annando/acl-speedup
Increase the page load speed with Frio
2017-06-08 23:09:49 +02:00
Michael 34815de99c Changed documentation 2017-06-08 21:00:45 +00:00
Michael f1119b4198 Removed commented out line 2017-06-08 20:53:21 +00:00
Michael d419962dbf Added documentation 2017-06-08 20:50:25 +00:00
Michael 8f336bffc2 further improvements to the workerqueue 2017-06-08 20:43:30 +00:00
Michael Vogel 6f8a48d2de Merge pull request #3530 from tobiasd/20170608-portdocs
added hints how to specify a port for the database connection
2017-06-08 21:50:07 +02:00
Tobias Diekershoff 0489c04a43 spacing not tabs 2017-06-08 15:03:04 +02:00
Tobias Diekershoff a9b948d6f9 added hints how to specify a port for the database connection 2017-06-08 15:00:50 +02:00
Tobias Diekershoff b9b047f2af Merge pull request #3523 from annando/issue-2864
Issue 2864: Create a alternate link for every status
2017-06-08 10:45:36 +02:00
Michael 388c9de8f7 Merge remote-tracking branch 'upstream/develop' into acl-speedup 2017-06-08 04:01:55 +00:00
Michael 0541a62134 The function "construct_acl_data" isn't used at all, it seems. it is deactivated now 2017-06-08 03:56:42 +00:00
Hypolite Petovan 98d1051583 Updated documentation with the new coding standard 2017-06-07 22:01:27 -04:00
Hypolite Petovan 2281989866 Replace && by AND in SQL queries 2017-06-07 22:01:14 -04:00
Hypolite Petovan 9c0d2c31e8 Replace AND and OR in PHP conditions by && and || 2017-06-07 22:00:59 -04:00
Hypolite Petovan bee6ad5916 Merge pull request #3526 from annando/bugfix-index
The index mustn't be 192 characters long
2017-06-07 20:36:40 -04:00
Michael d5cc757943 Merge branch 'bugfix-index' of github.com:annando/friendica into acl-speedup 2017-06-07 20:26:00 +00:00
Michael 504ceb2d43 We should increase the database version number 2017-06-07 20:24:44 +00:00
Michael 1916f7858f Increase the page load speed with Frio 2017-06-07 19:51:37 +00:00
Michael 71a5de40f1 The index mustn't be 192 characters long 2017-06-07 18:34:17 +00:00
Michael 5aee2fde1b Merge remote-tracking branch 'upstream/develop' into issue-2864 2017-06-07 18:17:37 +00:00
Michael 1b5f1effa0 Code beautification 2017-06-07 09:51:21 +00:00